vw vs vh css code example
Example: vh vs vw css
vh and vw measure the percentage of height and width of the viewport respectively.
vw and vh are a percentage of the window width and height,
respectively: 100vw is 100% of the width, 80vw is 80%, etc.
This seems like the exact same as the % unit, which is more common