mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Update README.md
This commit is contained in:
parent
fc091cce15
commit
03db55e682
29
README.md
29
README.md
@ -1,32 +1,29 @@
|
|||||||
# normalize.css
|
|
||||||
|
|
||||||
<a href="https://github.com/necolas/normalize.css"><img
|
<a href="https://github.com/necolas/normalize.css"><img
|
||||||
src="https://necolas.github.io/normalize.css/logo.svg" alt="Normalize Logo"
|
src="https://necolas.github.io/normalize.css/logo.svg" alt="Normalize Logo"
|
||||||
width="80" height="80" align="right"></a>
|
width="160" height="160" align="right"></a>
|
||||||
|
# normalize.css
|
||||||
> A modern alternative to CSS resets
|
> A modern alternative to CSS resets
|
||||||
|
|
||||||
[![npm][npm-image]][npm-url] [![license][license-image]][license-url]
|
[![npm][npm-image]][npm-url] [![license][license-image]][license-url]
|
||||||
[![changelog][changelog-image]][changelog-url]
|
[![changelog][changelog-image]][changelog-url]
|
||||||
[![gitter][gitter-image]][gitter-url]
|
[![gitter][gitter-image]][gitter-url]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
**NPM**
|
## Setting Up
|
||||||
|
|
||||||
|
* CDN [here](https://yarnpkg.com/en/package/normalize.css)
|
||||||
|
|
||||||
|
* Download normalize.css [here](https://necolas.github.io/normalize.css/latest/normalize.css)
|
||||||
|
|
||||||
|
* Using npm
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install --save normalize.css
|
npm install --save normalize.css
|
||||||
```
|
```
|
||||||
|
|
||||||
**CDN**
|
|
||||||
|
|
||||||
See https://yarnpkg.com/en/package/normalize.css
|
## What Does It Do?
|
||||||
|
|
||||||
**Download**
|
|
||||||
|
|
||||||
See https://necolas.github.io/normalize.css/latest/normalize.css
|
|
||||||
|
|
||||||
|
|
||||||
## What does it do?
|
|
||||||
|
|
||||||
* Preserves useful defaults, unlike many CSS resets.
|
* Preserves useful defaults, unlike many CSS resets.
|
||||||
* Normalizes styles for a wide range of elements.
|
* Normalizes styles for a wide range of elements.
|
||||||
@ -35,7 +32,7 @@ See https://necolas.github.io/normalize.css/latest/normalize.css
|
|||||||
* Explains what code does using detailed comments.
|
* Explains what code does using detailed comments.
|
||||||
|
|
||||||
|
|
||||||
## Browser support
|
## Browser Support
|
||||||
|
|
||||||
* Chrome
|
* Chrome
|
||||||
* Edge
|
* Edge
|
||||||
@ -45,7 +42,7 @@ See https://necolas.github.io/normalize.css/latest/normalize.css
|
|||||||
* Opera
|
* Opera
|
||||||
|
|
||||||
|
|
||||||
## Extended details and known issues
|
## Extended Details and Known Issues
|
||||||
|
|
||||||
Additional detail and explanation of the esoteric parts of normalize.css.
|
Additional detail and explanation of the esoteric parts of normalize.css.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user