normalize.css/README.md

22 lines
767 B
Markdown
Raw Normal View History

2011-04-28 05:56:02 +00: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.
2011-04-28 16:41:00 +00:00
<link rel="Stylesheet" src="//normalize-css.googlecode.com/svn/trunk/normalize.css" />
2011-04-28 05:56:02 +00:00
Contributing
------------
2011-04-28 16:57:14 +00:00
Want to contribute? Great! Let me know with an Issue or a Pull Request.
Links
------------
[normalize.css on GoogleCode](https://normalize-css.googlecode.com/)
2011-04-28 16:58:42 +00:00
[normalize.css on GitHub](https://github.com/jonathantneal/normalize.css)