Normalize Stylesheets

Normalization Libraries

CSS Normalization libraries will provide you with a clean slate, but, unlike CSS Reset libraries, CSS Normalization libraries will provide standardized styling for all elements. For example, your headings should look the same in all browsers, spacing should be normalized, etc. The goal of a normalization library is less about removing all default styling: the focus is to provide a base styling that is consistent across different browsers.

Elements to check

Reset Stylesheets

The purpose of a CSS Reset library is to “reset” all CSS styling to remove default browser styling, sometimes setting default styling that is often used by default. This allows you to start working on your project without worrying about browser inconsistencies, or forgetting to overwrite properties that may have unintended styling. Using a CSS Reset library, all styling set on an element will only be what you defined.

Articles

Searches