Reset (CSS)
From Wiki @ Karl Jones dot com
(Redirected from CSS reset)
In Cascading Style Sheets, CSS reset is the practice of "resetting" the CSS for a web page, using a set of baseline rules.
Contents
Description
The intent of CSS reset is to reduce cross-browser compatibility issues.
Examples
Rest CSS by Eric Meyer
Reset CSS by Eric Meyer is the original CSS reset. It has been widely used, discussed, and adapted.
Normalize.css
Normalize.css - "a modern, HTML5-ready alternative to CSS resets"