CSS reset: Why do headings ignore * { margin: 0; }? -
normalize cool. hate margins/padding/box-sizing.
when set * { margin: 0; }
seems appropriately reset every element except heading (h1, h2, etc..) elements.
what going on? how can reset these elements?
i use complete css reset bad boy here - http://meyerweb.com/eric/tools/css/reset/ have manually style though, including heading , lists
Comments
Post a Comment