forked from necolas/normalize.css
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef12292
commit a9aa6b7
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
||
<link rel="Stylesheet" src="//github.com/jonathantneal/Normalize-CSS/raw/master/normalize.css" /> | ||
|
||
Contributing | ||
------------ | ||
|
||
Want to contribute? Great! Let me know with an Issue or a Pull Request. |