What is the difference between reset vs normalize CSS?
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.