General Information Flashcards
Info about responsiveness
1
Q
What are four things you can use to make your website responsive?
A
@media (media query), Flexbox, Grid, and Bootstrap or another site like that?
2
Q
What is media query used for and how do you use it?
A
@media (max-width : 600px) { style code}
the style code in this media query will apply to all screens up to 600px