The vw and vh units

No meta viewport set

Here are some examples. 50vw means 50% of the viewport width.

Test of width: 50vw.
width = 642 height = 21
Test of height: 25vh.
width = 1264 height = 182
Test of width: 25vm.
width = 1264 height = 21