Questions tagged as 'css'

1
answer

Drop-down list

I'm creating this list like this: .body-content { padding-left: 15px; padding-right: 15px; } /* Override the default bootstrap behavior where horizontal description lists will truncate terms that are too long to fit in...
asked by 08.06.2017 / 22:19
1
answer

Apply the text-decoration style only for :: after

To facilitate how I visually modify a page, by code I am adding a class to certain elements that I want to mark. By adding .marcado , they look like this: /* CSS de la página */ p { font-size: 18pt; text-decoration: underlin...
asked by 26.06.2017 / 07:59
1
answer

Precompiler css (use of variables) in Angular4

I'm working with angular4 and I can not find in any web or forum, an efficient way to use a css precompiler (sass, less or stylus) along with modulo styles of angular4. That is, I want my application to continue having its own unique styles that...
asked by 22.06.2017 / 21:02
2
answers

Center div always to the center vertically

Good, I'm trying to center a div vertically and horizontally. Horizontally I have no problem, I use FlexBox and it always remains at the center, but vertically it gets complicated and I do not get it. body { display: flex; flex-flow: r...
asked by 05.06.2017 / 15:12
2
answers

Align image to text with css

I am trying to create an alert with css and html as shown in the image: notification I already have the image above the rectangle and the rectangle begins right in the middle of the image, however I can not get my alert to be the same as the i...
asked by 07.12.2017 / 16:15
2
answers

keep selected HTML list item by clicking anywhere on the page

I am working with html and js, I have a series of icons as items in an HTML list that are part of a form, which if an icon is selected, the icon background changes to distinguish that icon is selected, and I get the name of the icon class in a t...
asked by 07.12.2017 / 23:14
1
answer

Form on the left and another on the right

I have this code: <div id="about" class="container spacer about"> <h2 class="container spacer about">Documentos de la compañia</h2> <div class="main"> <div class="login">...
asked by 04.05.2017 / 09:58
3
answers

Show and hide a div with media query

I have unsuccessfully tried to show and hide a class called "min_footer". I want that class to be hidden if the width of the browser is greater than 880 and if the width is equal to or less than 880 the class must show its contents. The code...
asked by 07.03.2017 / 21:15
1
answer

Help class offset Bootstrap

I have two columns that I want to work like this: when they are in sizes md and lg they measure [9 | 3]  and when SM is the first clone measure 12 and the second pass down and have 4 offset and be of size 8 In SM it works correctly but in...
asked by 31.01.2017 / 16:18
3
answers

Text Justified Spaces Between words

I have a problem in paragraphs when I apply the text-justify class of bootstrap, the paragraphs are in small columns and when giving them justify spaces are created between words (I guess that is the algorithm so that everything is justified), b...
asked by 01.02.2017 / 14:49