Difference between revisions of "Reset (CSS)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(= Rest CSS by Eric Meyer)
(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 12: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.

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"

See also

External links