https://github.com/antonymorsas/super-reset.css
super-reset.css removes the initial css elements in all browsers
https://github.com/antonymorsas/super-reset.css
css css3 html html5 normalize normalize-css reset-css
Last synced: about 2 months ago
JSON representation
super-reset.css removes the initial css elements in all browsers
- Host: GitHub
- URL: https://github.com/antonymorsas/super-reset.css
- Owner: antonymorsas
- License: mit
- Created: 2017-07-31T08:48:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T13:44:33.000Z (over 6 years ago)
- Last Synced: 2025-06-28T21:06:49.859Z (7 months ago)
- Topics: css, css3, html, html5, normalize, normalize-css, reset-css
- Language: CSS
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# super-reset.css
> super-reset.css removes the initial css elements in all browsers
[]()
[]()
**NPM**
```sh
npm install super-reset-css
```
**Yarn**
```sh
yarn add super-reset-css
```
# Getting Started
1. Download and extract the css pack
2. Copy the `super-reset.css`, `super-reset.min.css`, `super-reset.scss` or `super-reset.sass` to your project
3. Include the reference in the source html file:
```html
```
# Use in Angular
In the `angular.json` file insert the css source file in the `styles` array:
```json
"styles": [
"src/styles.css",
"node_modules/super-reset-css/super-reset.min.css"
],
```
## Overview
* Normalize some css elements
* Remove margins and padsings
* Remove margin, paddings, test decoration in Forms and Inputs