Difference between CSS reset and normalize
Normalize.css
- Preserves useful defaults rather than “unstyling” everything.
- Corrects some common bugs that are out of scope for reset.css.
- Doesn’t clutter your dev tools.
- Is more modular.
- Has better documentation.
- Reference http://stackoverflow.com/questions/6887336/what-is-the-difference-between-normalize-css-and-reset-css http://nicolasgallagher.com/about-normalize-css/
Categories :
CSS