A modern alternative to CSS resets
Go to file
2011-05-17 08:51:24 -07:00
demo.html Edit demo file; addition of <form> elements, <mark>, <blockquote>, and clearer inline element tests. 2011-05-17 03:00:06 -07:00
normalize.css Add blockquote and list normalization (previously in normalize.metrics.css) 2011-05-17 08:51:24 -07:00
normalize.metrics.css Set text-size-adjust to 100% 2011-05-06 23:59:32 +01:00
README.md Updated README.md 2011-05-03 14:37:38 -07:00

normalize.css

normalize.css makes browsers render all elements consistently and in line with modern standards. Our goal is to make modern presentation standards available to all browsers, young and old. We currently support Mozilla Firefox 3+, Apple Safari 4+, Chrome 10+, Opera 10+, and Internet Explorer 6+.

Installation

Include this code somewhere in the HEAD of your document.

<link rel="stylesheet" src="//normalize-css.googlecode.com/svn/trunk/normalize.css" />

Contributing

Want to contribute? Great! Let me know with an Issue or a Pull Request.

normalize.css on GoogleCode

normalize.css on GitHub