reset.css
and normalize CSS
is that reset.css
removes all the built-in browser styling capabilities like margin, padding, and border. normalize CSS
provides a book-like appearance that includes a bold family to represent characters, a border between two paragraphs and a common font-family for an entire page of the document.