A modern alternative to CSS resets
Go to file
2011-05-26 14:14:18 +01:00
demo.html Demo: Add box-sizing tests; add more HTML5 <input> type examples; add <figure> example; reorganise elements 2011-05-26 00:19:31 +01:00
normalize.css Add {vertical-align:middle} to form elements in IE6/7 - fixes their incorrect label-input alignment when using baseline. Reorder the form element rulesets 2011-05-26 14:14:18 +01:00
README.md Minor format change to README 2011-05-26 00:52:35 +01: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.

Browser support

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

Jonathan Neal's normalize.css