CSS Reset to Normalize.css to Sanitize.css…

Dohány Tamás
Mar 13, 2021

--

Short review of starting CSS base of a projects, from 2007 till now. It is history now for web developers:

2007

The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on.

https://meyerweb.com/eric/tools/css/reset/

2012

Normalize.css is a small CSS file that provides better cross-browser consistency in the default styling of HTML elements. It’s a modern, HTML5-ready, alternative to the traditional CSS reset.

http://nicolasgallagher.com/about-normalize-css/

2015

Sanitize.css is a CSS library that provides consistent, cross-browser default styling of HTML elements alongside useful defaults.

https://csstools.github.io/sanitize.css/

--

--

No responses yet