super-reset.css removes and normalize the annoying css elements in all browsers
npm install super-reset-cssNPM
``sh`
npm install super-reset-css
Yarn
`sh`
yarn add super-reset-css
, super-reset.min.css, super-reset.scss or super-reset.sass to your project
3. Include the reference in the source html file:
`html
`Use in Angular
In the angular.json file insert the css source file in the styles array:
`json
"styles": [
"src/styles.css",
"node_modules/super-reset-css/super-reset.min.css"
],
``