Nifty CSS

Jun 27, 2006 15:21

For all those who are tired of having to put margin:0; padding:0; in basically every single one of your tags, you'll love this:

* {
padding:0;
margin:0;}

It'll remove padding and margin from EVERY tag. So if you want margin or padding you're going to have to write it in yourself. The asterix indicates everything.
Previous post Next post
Up