sajad torkamani
  • vh stands for “viewport height”. It’s a unit of measurement in CSS that’s used to specify sizes in terms of the height of the viewport (the visible area of a webpage in a browser window). 1vh is equal to 1% of the viewport height
  • vw stands for “viewport width” – the % of the viewport’s width.
  • vmin takes the smaller fovw or vh.
  • vmax takes the larger fovw or vh.
Tagged: CSS