Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.