Questions tagged as 'css'

1
answer

How to center div vertically with flexbox

I want to center the <div="container"> vertically with flexbox, I'm learning it but I can not focus, I'm using the justify-content: center to adjust it to the center (horizontally) and align-items:center (To adjust the...
asked by 17.06.2018 / 07:08
1
answer

Vertical text in a TD CSS does not fit edges

I need the text that I have inside a td appear vertically from bottom to top, I get the address but since the td has a background color, I get out of the border line that I put on the td ... I found already own functions of the css as: writing...
asked by 31.01.2018 / 22:38
2
answers

Select all odd elements, but nth-of-type (odd) does not help [closed]

I'm doing an exercise in which I have to color all the odd items in one color and the pairs in another. As I have each article separated by section , I have implemented in CSS the following: section:nth-of-type(odd){ background: #D...
asked by 30.01.2018 / 21:17
1
answer

loading font awesome icons [duplicated]

I'm having problems with loading the icons with font awesome and when he uses it he puts it to me like this:  This way I charge the icons. <!-- CARGANDO FUENTES --> <link href="https://fonts.googleapis.com/css?family=Lato" rel="sty...
asked by 13.02.2018 / 13:04
2
answers

Miscellaneous Input-Group online Boostrap 4

Good morning! I tell you .. I am new using Bootstrap 4 and I am trying, within a form, to put several input of the input-group class in the same row. I'm trying the following: <div class="row"> <label for="uno">Pri...
asked by 04.04.2018 / 15:51
1
answer

How to create the links so they can share my website?

I have some buttons created with the help of @Luis Daniel Rovira Contreras , @delCano , @azeós , but I'm still looking for documentation on how to create the necessary code so that the visitor to my website can share it with th...
asked by 21.12.2017 / 18:33
1
answer

LESS instead of CSS

I have a question about the server part where the rendering of the styles, at least with Chrome and FireFox. And they use the .LESS instead of the .CSS. In development it's good to show them to me, since it's so much easier to know what to to...
asked by 16.03.2018 / 11:38
1
answer

How do I solve the error created by overflow-x: hidden ;?

Good morning @ Alvaro Montoro solved the problem I had with my website on mobile devices, as you will see in highlighted questions . Well, I was so happy, but today I saw that by adding overflow-x: hidden; , solve the mobile theme, but it...
asked by 13.03.2018 / 11:26
1
answer

Id in Html variable

I'm having a problem with a label, I want to change the id (that varies by number depending on the table that belongs) and on the line: document.getElementById('labelUsuario').id = "" + numeroMesa + ""; I get the following error: angular....
asked by 05.10.2017 / 13:16
2
answers

How do I make this sticky footer work?

I'm trying to create a sticky footer but for some reason it pulls me down the footer making it not to be seen until the navigation bar is lowered. Try to change some margins but that does not seem to be the problem * { margin: 0; }...
asked by 19.08.2017 / 14:20