Skip to content

super-reset.css removes the initial css elements in all browsers

License

Notifications You must be signed in to change notification settings

AntonyMorar/super-reset.css

Repository files navigation

super-reset.css

super-reset.css removes the initial css elements in all browsers

version license

NPM

npm install super-reset-css

Yarn

yarn add super-reset-css

Getting Started

  1. Download and extract the css pack
  2. Copy the 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:
    <head>
        <link rel="stylesheet" href="super-reset.css">
    </head>

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" ],

Overview

  • Normalize some css elements
  • Remove margins and padsings
  • Remove margin, paddings, test decoration in Forms and Inputs