Q&A
Ask and answer questions to make information more available to wider audiences.
Brendan Abysum @abysumbrendan   23, Apr 2023 12:00 AM
the difference between reset vs normalize CSS
What is the difference between reset vs normalize CSS?
answers 1
 
Answer 1
David Brasco @davidbrasco89   28, Apr 2023 11:05 AM
Reset CSS is used to remove all built-in styles in the browser such as paddings, margins, and font sizes, and can be reset using all the elements.
Normalize CSS is used to make all built-in styles in the browser consistent and correct bugs as per varying browsers.