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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -