https://github.com/zellwk/css-reset
Zell's personal CSS Reset
https://github.com/zellwk/css-reset
css
Last synced: over 1 year ago
JSON representation
Zell's personal CSS Reset
- Host: GitHub
- URL: https://github.com/zellwk/css-reset
- Owner: zellwk
- Created: 2019-01-30T04:04:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T07:40:07.000Z (over 3 years ago)
- Last Synced: 2025-03-11T11:49:27.656Z (over 1 year ago)
- Topics: css
- Language: CSS
- Homepage: https://zellwk.com/blog/css-reset
- Size: 55.7 KB
- Stars: 151
- Watchers: 4
- Forks: 35
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zell's personal CSS Reset
This repository contains the CSS Reset file that I use for all my frontend projects. For more info, read this [blog post](https://zellwk.com/blog/css-reset).
## Installation
**With npm**:
1. Run `npm install @zellwk/css-reset`
2. Import `reset.css` into your project
**Manual installation:**
1. Open `reset.css` in Github
2. Click on `raw` on the top right hand corner
3. Copy everything
4. Paste in your project