1vh and vw measure the percentage of height and width of the viewport respectively.
2 vw and vh are a percentage of the window width and height,
3respectively: 100vw is 100% of the width, 80vw is 80%, etc.
4This seems like the exact same as the % unit, which is more common