A modern alternative to CSS resets
Go to file
2011-05-25 22:54:43 +01:00
demo.html Include http: in path to HTML5 Shim. Remove inputs with 'required' and 'pattern' attributes: not relevant to this demo. 2011-05-23 09:14:27 -07:00
normalize.css Add -webkit-appearance:button to clickable input types, fixes inability to style them in iOS. Remove input[type=image] as it already receives a pointer cursor and should not receive button appearance 2011-05-25 22:54:43 +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