A modern alternative to CSS resets
Go to file
Nicolas Gallagher b9471ae17d Merge pull request #14 from AustinWi/patch-1
Remove <tags> from CSS comments to avoid any problems with CSS formatting tools.
2011-06-10 16:32:55 -07:00
demo.html Correct meta viewport to use initial-scale 2011-06-01 19:22:38 +01:00
normalize.css Removed <tags> so they wouldn't conflict with procssor.com You can see the exact issue here http://img832.imageshack.us/img832/7329/tagnormalissues.png 2011-06-10 16:15:28 -07:00
README.md Include link to Procssor for those who want a different CSS formatting style 2011-05-31 08:42:29 -07:00

normalize.css

normalize.css makes browsers render all elements more consistently and in line with modern standards.

CSS normalization is distinct from CSS resets. It tackles common cross-browser inconsistencies and bugs without erasing useful browser defaults; and there is no visual homogenization of elements with distinct semantics.

The normalize.css file is not intended to be a mysterious "black box" that is included in a project and then ignored. It is heavily commented to help expose the purpose of specific styles. You are encouraged to edit, customise, add to, and remove rulesets in order to meet the design requirements of a project.

If you prefer to use a different CSS formatting style, consider using a tool like Procssor.

Browser support

  • Google Chrome
  • Mozilla Firefox 3+
  • Apple Safari 4+
  • Opera 10+
  • Internet Explorer 6+

Jonathan Neal's normalize.css