Most voted "css-padding" questions
5 questions
Sort by count of
-
2
votes1
answer66
viewsReset to CSS "padding" declaration
Some frameworks, as the case of Bootstrap make use of CSS-based statements to standardize overall behavior in certain elements. In this case, the padding: td, th { padding: 0; } The problem is that…
-
0
votes1
answer28
viewsAlternative to padding-nevative in table
I have a table, where I need to decrease the padding of the lines of the same. If I could use one padding-bottom: -XXpx; e padding-top: -XXpx; would solve my problem. However, it is not possible to…
-
0
votes1
answer101
viewsTag layout on a div, padding and magin
Well, my teacher asked me to "clone" the Facebook site as an exercise to apply what was learned with html and css during class. However, I cannot leave the two "password" and "email" boxes on top of…
-
0
votes1
answer69
viewsDiv is ignoring the padding of the parent element
I’m having trouble using a div, for some reason he’s ignoring the padding the parent element. <div data-v-fae5bece="" class="flex xs12 sm12 md12 lg12"><div data-v-fae5bece=""…
-
-1
votes2
answers514
viewsPadding Bottom does not work
I’m making the mobile version of my site, with two bars (one at the top with the logo and the other at the bottom of the page with contact links). These bars are with the Fixed position, appearing…