A modern alternative to CSS resets
Go to file
2011-05-14 10:34:35 +01:00
demo.html Updated demo.html 2011-05-03 14:34:55 -07:00
normalize.css Style HTML5 embedded elements. Remove default cursor from <html>. Reformat comments 2011-05-14 10:34:35 +01: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