A modern alternative to CSS resets
Go to file
2011-05-23 05:51:09 -07:00
demo.html Change dummy href value 2011-05-17 09:44:21 -07:00
normalize.css Remove [vertical-align:top] from [pre, code, kbd, samp]. Was meant to be for iOS but causes issues. 2011-05-23 05:51:09 -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