Questions tagged as 'css-padding'

1
answer

Reset to "padding" declaration in CSS

Some frameworks , such as Bootstrap , make use of CSS-based declarations to standardize overall behavior in certain elements. In this case, padding : td, th { padding: 0; } The problem is that when generating content from a...
asked by 12.02.2015 / 12:38
1
answer

Array of tags in a div, padding and magin

Well, my teacher asked to "clone" the facebook site as an exercise to apply what was learned with html and css during class. However, I can not leave the two labels "password" and "email" on top of the two corresponding input text, using margin...
asked by 08.10.2016 / 21:02
1
answer

Alternative for 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 a padding-bottom: -XXpx; e padding-top: -XXpx; it would solve my problem. However, it is not possible to use negative values, as far a...
asked by 19.06.2015 / 21:53
2
answers

Padding Bottom does not work [closed]

I'm making the mobile version of my site, with two bars (one at the top with the logo and another at the bottom of the page with contact links). These bars are fixed, appearing on a list occupying 100% of the screen. The problem is that the base...
asked by 15.10.2015 / 02:49