You Tube

Tuesday 21 February 2017

how to give height that fits the page css ?

Try this:

 

style="height: 100vh;"
 
or
 
html, body {height: 100%;}

or
 
body
{
padding:0px;
margin:0px;
width:100%;
height:100%;
}



No comments:

Post a Comment