css viewport
<meta name="viewport" content="width=device-width, initial-scale=0.9, user-scalable=no">
css viewport
<meta name="viewport" content="width=device-width, initial-scale=0.9, user-scalable=no">
vh and vw
/*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*/
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us