Questions tagged as 'css'

1
answer

What does it mean in sass / scss "&"?

I found this in a sass/scss file of Bootstrap v4 : .nav-pills { .nav-link { @include border-radius($nav-pills-border-radius); &.active, .show > & { /* <-- !!! */ color: $nav-pills-link-active-color;...
asked by 02.10.2017 / 15:26
2
answers

Justify-content: right does not place the item on the right

I do not know if I'm complicating my life. All I want is for the part where the percentage with the background color appears, appears aligned to the right, just like the numbers above. I am using display:flex and justify-content:right...
asked by 14.01.2018 / 19:35
2
answers

List html in a textarea

I know that to list in html code is: <ol> <li>Este será el 1. </li> <li> Este será el 2. Y así sucesivamente. </li> </ol> The fact is that I need it in a textarea or in some way. I need to make the us...
asked by 13.07.2017 / 09:35
3
answers

Align to the right a label inside a td aligned to the left in bootstrap

I'm wanting to align on the right a label of bootstrap within a td aligned to the left, the goal would be the following: I'm not making it, try aligning span to the right of td as follows, but it does not work: <...
asked by 15.09.2017 / 16:27
2
answers

CSS effect "grid / grid" semi-transparent

I'm trying to put a CSS "grid / grid" effect on an integer. On this website you can see the example (it covers the entire first section and the navbar) link I could not find in your CSS the value generated by this effect Any ideas?  ...
asked by 07.09.2016 / 20:31
4
answers

Three-column horizontal adaptable div

I am learning HTML5 / CSS3. I want to make a horizontal div of three columns that, if the window is reduced or the web is loaded on a device with less horizontal space, it becomes three rows (that is, one column on top of another instead of o...
asked by 18.03.2016 / 11:55
6
answers

how about positioning a div in another div with css?

What I'm trying to do is take the following figure: By practicing CSS I have achieved the following: .paralelogramo { width: 150px; height: 100px; border: 3px solid #555;...
asked by 14.09.2018 / 21:20
1
answer

Absolute positioning from outside the edge

When I position an element absolutely within another element (with relative position), the coordinates that I put are counted from the ends of the container without taking into account the edges (which would be equivalent to the inner part of th...
asked by 21.10.2016 / 06:53
3
answers

How to change the css styles of a select options?

I want to change the appearance of the box that contains the options of a select , use the selector of the option tag, to modify the options, and although if you change the select options, it is still contained in a box with...
asked by 30.05.2017 / 16:35
2
answers

Order of the elements in Bootstrap 4

I'm looking for some way to sort the div so that the image is always on top of the texts, the idea is that when it is in PC you can see one next to the other and in mobiles there is always the image above the texts , the way I have the first blo...
asked by 19.07.2018 / 21:31