mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Update README with more details and link to demo
This commit is contained in:
parent
82e1797ed2
commit
9e9faec507
23
README.md
23
README.md
@ -1,11 +1,23 @@
|
|||||||
normalize.css
|
normalize.css
|
||||||
=============
|
=============
|
||||||
|
|
||||||
normalize.css makes browsers render all elements more consistently and in line with modern standards.
|
Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only the styles that need normalizing.
|
||||||
|
|
||||||
CSS normalization is distinct from CSS resets. It tackles common cross-browser inconsistencies and bugs without erasing useful browser defaults; and there is no visual homogenization of elements with distinct semantics.
|
[Check out the demo](http://necolas.github.com/normalize.css/demo.html)
|
||||||
|
|
||||||
The `normalize.css` file is not intended to be a mysterious "black box" that is included in a project and then ignored. It is heavily commented to help expose the purpose of specific styles. You are encouraged to edit, customise, add to, and remove rulesets in order to meet the design requirements of a project.
|
What does it do?
|
||||||
|
-----------
|
||||||
|
|
||||||
|
* Preserves useful defaults, unlike many CSS resets.
|
||||||
|
* Normalizes styles for a wide range of elements.
|
||||||
|
* Corrects bugs and common browser inconsistencies.
|
||||||
|
* Improves usability with subtle improvements.
|
||||||
|
* Explains what code does using detailed comments.
|
||||||
|
|
||||||
|
How to use it
|
||||||
|
-----------
|
||||||
|
|
||||||
|
It is suggested that you read through the `normalize.css` file and customise it to meet the design requirements of a project, rather blindly including it as a "black box".
|
||||||
|
|
||||||
If you prefer to use a different CSS formatting style, consider using a tool like [Procssor](http://procssor.com/).
|
If you prefer to use a different CSS formatting style, consider using a tool like [Procssor](http://procssor.com/).
|
||||||
|
|
||||||
@ -23,8 +35,7 @@ License
|
|||||||
|
|
||||||
Public domain
|
Public domain
|
||||||
|
|
||||||
Links
|
Acknowledgements
|
||||||
------------
|
------------
|
||||||
|
|
||||||
[Demo](http://necolas.github.com/normalize.css/demo.html)
|
Normalize.css is a project by [Nicolas Gallagher](http://github.com/necolas) and [Jonathan Neal](http://github.com/jonathantneal).
|
||||||
[Jonathan Neal's normalize.css](https://github.com/jonathantneal/normalize.css)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user