Questions tagged as 'css'

2
answers

How to "break" div into two columns?

I'm using WordPress, my Blog section is organized as follows: Iamsimplyusing{display:flex;justify-content:space-between;}whichinthecasetheresultisliketheoneinthefirstexample.TheresultIwanttoachieveis: Ihavenotcreatedtwodivsforcontentbecauset...
asked by 26.04.2018 / 15:55
4
answers

Remove button border

I have a Jumbotron btn that I can not get the hover of the button (the blue rectangle), already tried to disable all styles in the chrome console but it does not work. <button type="submit" class="btn">Entrar</button>...
asked by 03.02.2016 / 17:48
6
answers

How to create link with hover showing sides traces

What I want to do I want to create a menu and for each link I want to apply a hover effect. When the user hovers the mouse will show strokes on the sides of the link. Image Example Follow here as I'm trying to do. When I hover over "h...
asked by 02.09.2014 / 15:19
2
answers

Remove and add elements depending on the resolution

I wonder how I could remove a navbar from a given resolution? Example: at resolution less than 1024x768 one of the navbars disappears and another navbar turns the toogle button? This is done by less or half queries. Remembering that I'm...
asked by 23.10.2014 / 14:04
2
answers

How to do a scroll to the end of a div?

I want a given div , which has the attribute overflow-y:auto , whose height is fixed, to be rolled to the end as soon as an element is added to it. In this case, I need it to roll to the end, because its height is fixed, but the a...
asked by 01.09.2015 / 15:00
4
answers

CSS, input in firefox shows blank text

In firefox the text of my input does not appear, what reason? see link input { width: 100%; height: 35px; margin-bottom: 10px; color: #595959; padding-top: 17px; padding-right: 17px; padding-bottom: 17px; p...
asked by 16.12.2014 / 21:11
2
answers

How to make a gradient background in CSS?

How do I make CSS with and by the end blue , being the first from top to bottom, the second from left to right and the third radial? Preferably a code that is valid in most browsers. HTML: <div class='conjunto'> <div&g...
asked by 08.03.2015 / 22:56
2
answers

Div diagonal mosaic in CSS

I need to create a menu with diagonal divs that when passing the mause over color change and each image contains a link to a different category. The problem is that I can not create a div diagonally, and wanted to find a solution to the probl...
asked by 03.03.2016 / 20:03
2
answers

Is it possible to change class of many DIVs with a single js command?

Friends I have several DIVs in my page, each with its ID, but with the same pattern, for example "checker-001", "checker-002", and so on ... where, I use a JS to change its characteristics, for example $('#checker-363').removeClass('UmaVelhaCl...
asked by 22.03.2016 / 09:42
2
answers

How to customize the side borders of a DIV?

I have a <div> whose border has a different customization than the default. It is not totally solid, it has open "spaces" at the top and bottom. Example drawn: The core content varies, so the size of <div> a...
asked by 19.04.2016 / 17:32