I am new to HTML and I am watching tutorials on YouTube.
The author decided to use normalize.css
and also used * {margin:0; padding:0;}
in style.css
.
I thought normalize.css
already contains that code and we do not have to specify * {margin:0; padding:0;}
again. Is this correct?