yash fale
0
Q:

what are the viewport based units in html

/*vh viewport height and vw viewport width*/
/*example*/
div
{
  display: inline-block;
  height: 100vh; /*THis will set height equal to the height of windows*/
  width: 100vw/*This will set width equal to width of windows*/
}
3
The viewport based units are:
vh , vw , vmin, vmax .
0

New to Communities?

Join the community