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
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.
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.