css-resets Flashcards
1
Q
Why are CSS resets helpful for cross browser compatibility?
A
Allows the developer to create changes within a global HTML sequence to save time and ensure universal uniformity across various browser
2
Q
Why is it important to be mindful of what you reset with your CSS resets?
A
Someone may be working to achieve something else, and your reset may undo this.
3
Q
What is an argument against using CSS resets?
A
a lot of the styles are eventually overridde, taking longer load time.