Difference between revisions of "Reset (CSS)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→Examples) |
Karl Jones (Talk | contribs) (→External links) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
== Examples == | == Examples == | ||
− | === Rest CSS by Eric Meyer == | + | === Rest CSS by Eric Meyer === |
[http://meyerweb.com/eric/tools/css/reset/ Reset CSS] by Eric Meyer is the original CSS reset. It has been widely used, discussed, and adapted. | [http://meyerweb.com/eric/tools/css/reset/ Reset CSS] by Eric Meyer is the original CSS reset. It has been widely used, discussed, and adapted. | ||
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"