A 1Devs Reset makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing.
- 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 improvements.
- Explains what code does using detailed comments.
Download and import 1reset.styl
in your stylus project
@import '1reset.styl'
Use 1reset before other styles.
<link rel="stylesheet" href="1reset.css" type="text/css" />
You can use our public cdn.
<link rel="stylesheet" href="http://alimd.github.io/libs/1reset/1.0rc1/1reset.css" type="text/css" />
- Google Chrome
- Mozilla Firefox 4+
- Apple Safari 5+
- Opera 12+
- Internet Explorer 8+
For old browser support (ie6+) use 1reset_ie6.css
or 1reset_ie6.styl
Check CHANGELOG.md
♥ this project and want to get involved ?
Thanks! There are plenty of ways you can help!
Check CONTRIBUTING.md
Please ask any questions about web technologies here
Supported by TheOneDevelopers.
1Reset by Ali Mihandoost is licensed under a Creative Commons Attribution 3.0 Unported License.
Based on a work at https://github.com/necolas/normalize.css.