Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/murtaugh/HTML5-Reset
A simple set of best practices to get HTML5 projects off on the right foot.
https://github.com/murtaugh/HTML5-Reset
Last synced: 3 months ago
JSON representation
A simple set of best practices to get HTML5 projects off on the right foot.
- Host: GitHub
- URL: https://github.com/murtaugh/HTML5-Reset
- Owner: murtaugh
- Created: 2010-10-06T17:34:42.000Z (over 14 years ago)
- Default Branch: principal
- Last Pushed: 2024-01-05T22:30:59.000Z (about 1 year ago)
- Last Synced: 2024-10-29T15:32:57.156Z (4 months ago)
- Language: CSS
- Homepage:
- Size: 453 KB
- Stars: 2,350
- Watchers: 135
- Forks: 717
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome - murtaugh / HTML5-Reset
README
# HTML5 Reset
HTML5 Reset is a simple set of best practices to get web projects off on the right foot.
## STREAMLINED FOR 2023
1. We make almost no opinionated decisions — the style sheet is designed to strip initial styles from browsers, providing a blank slate
2. No more Analytics, Modernizr, or jQuery
3. Basic CSS variables
4. Links to useful 3rd party tools
5. Removed extraneous comments## A note on font-sizing
We prefer `rem` for the simplicity; you will need to swap in `em` in `styles.css` if that's your style.
## Command-line installation:
```
bower install HTML5-Reset
```