Difference between revisions of "Reset (CSS)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
(External links)
 
Line 23: Line 23:
  
 
[[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