A collection of CSS rules that eliminate browser default style differences for consistent cross-browser rendering
Normalize keeps useful defaults, Hard Reset zeros everything. Normalize is recommended for team projects
box-sizing:border-box + margin/padding reset is considered the modern standard for CSS development
Eric Meyer Reset, Normalize.css, sanitize.css are industry-standard CSS reset solutions