CSS Flashcards
1
Q
Why should you always design for mobile first?
A
so that the page displays faster on smaller devices.
2
Q
What are Media Queries?
A
Media query is a CSS technique introduced in CSS3. It uses the @media rule to include a block of CSS properties only if a certain condition is true.