Responsive Flashcards

1
Q

What are the four different viewport units?

A
  1. vw: eg.) 10vw would be 10% of the viewport’s width.
  2. vh: eg.) 3vh would be 3% of the viewport’s height.
  3. vmin: eg.) 70vmin would be 70% of the viewport’s smaller dimension (height vs. width).
  4. vmax: eg.) 100vmax would be 100% of the viewport’s bigger dimension (height vs. width).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly