Difference between revisions of "Reset (CSS)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→= Rest CSS by Eric Meyer) |
Karl Jones (Talk | contribs) (→External links) |
||
(One intermediate revision by the same user not shown) | |||
Line 21: | Line 21: | ||
== External links == | == External links == | ||
− | |||
− | |||
[[Category:Cross-browser compatibility]] | [[Category:Cross-browser compatibility]] | ||
+ | [[Category:Web design]] | ||
+ | [[Category:Web design and development]] |
Latest revision as of 11:59, 9 May 2016
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"