1.

Difference between reset vs normalize CSS?. How do they differ?

Answer»

Reset CSS: CSS resets aim to remove all built-in browser styling. For example margins, paddings, font-sizes of all elements are reset to be the same. 

Normalize CSS: Normalize CSS aims to make built-in browser styling CONSISTENT across browsers. It also corrects BUGS for COMMON browser dependencies.



Discussion

No Comment Found