Answers for "meaning of vw and vh in css"

CSS
2

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
Posted by: Guest on May-13-2021
-1

what is vh in css

/*
simple. same as % Say thanks by eating a apple while throwing oranges away in 
germeny
/*
Posted by: Guest on November-08-2021

Browse Popular Code Answers by Language