Image by israel palacio from Unsplash
DESCRIPTION
Avoid CSS reset and normalize your styles through different browsers, preserve useful defaults, correct bugs and common browser issues.
Introduction
Normalize installation
Summary
- There is a CSS reset available out there but I highly recommend using normalize.css instead. It's less intruisive, corrects bugs, is more modular and has better documentation.
- You can alternatively copy CSS code to your project if you don't use npm in it.