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?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly