From a9aa6b7a05c973acb377bde462235f2d081f8ce0 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 27 Apr 2011 22:56:02 -0700 Subject: [PATCH] First README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..19a01ff --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +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. + + + +Contributing +------------ + +Want to contribute? Great! Let me know with an Issue or a Pull Request. \ No newline at end of file