The Difference Between "vh" and "vw" in CSS
Vh and vw are units of measurement used in CSS for sizing elements relative to the viewport. Vh represents a percentage of the viewport height, while vw represents a percentage of the viewport width.
For example, 1vh is equal to 1% of the viewport he...
ritakairu.hashnode.dev1 min read