Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olton/reset-css
CSS file that provides cross-browser consistency in the default styling of HTML elements
https://github.com/olton/reset-css
cross-browser css default-styling html-element reset
Last synced: 21 days ago
JSON representation
CSS file that provides cross-browser consistency in the default styling of HTML elements
- Host: GitHub
- URL: https://github.com/olton/reset-css
- Owner: olton
- License: mit
- Created: 2020-03-07T09:46:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T10:23:45.000Z (over 4 years ago)
- Last Synced: 2024-10-14T01:35:56.587Z (about 1 month ago)
- Topics: cross-browser, css, default-styling, html-element, reset
- Language: CSS
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# reset.css
> CSS file that provides cross-browser consistency in the default styling of HTML elements
**NPM**
```sh
npm install --save @olton/reset-css
```**CDN**
See https://
**Download**
See https://raw.githubusercontent.com/olton/reset-css/master/reset.css
## 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 modifications.
* Explains what code does using detailed comments.## Browser support
* Chrome
* Edge
* Firefox ESR+
* Internet Explorer 10+
* Safari 8+
* Opera## Contributing
Please read the [contribution guidelines](CONTRIBUTING.md) in order to make the
contribution process easy and effective for everyone involved.