Meda Queries Flashcards

1
Q

What are some properties and values you want to remember for responsive websites?

A

max-width
max-height
min/max-content

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

What helps out massively with responsive sites when defining sizes?

A

minmax content, which can also be set to min-content, max-content, to allow the elements to wrap.

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

What is one of the first things you can do to allow yourself more space?
(hint rem)

A

USe media queries to change the text size to 50% at a break point.

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