A modern alternative to CSS resets
Go to file
2011-06-20 18:23:16 +01:00
.gitignore Update .gitignore 2011-06-18 23:27:13 +01:00
demo.html Minor tidy up of <pre><code> HTML example 2011-06-20 16:54:25 +01:00
normalize.css Reintroduce <audio>, <canvas>, <video> display setting 2011-06-20 18:23:16 +01:00
README.md Update README with link to demo and license info 2011-06-20 16:58:53 +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.

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+

License

Public domain

Demo Jonathan Neal's normalize.css