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.

Leave a comment

Comments 1

velvet_indigo June 27 2006, 21:37:11 UTC
Sweet! You figured something out. *_* I had no idea about just having an asterix there.

Reply


Leave a comment

Up