Relative to 1% of the width of the viewport. If our browser viewport is set to 1,000 x 1,200 pixels, then:
1.5vw = 15px font size
1.5vh = 18px font size
1.5vmin = min(1.5vw, 1.5vh) = 15px font size
by Valeri Tandilashvili
4 years ago
CSS
measurement units
Learn CSS Units In 8 Minutes
2
Pro tip: use ```triple backticks around text``` to write in code fences