+ 1
How I can do gradient full screen?
2 Answers
+ 3
body{
height:100vh;
width:100vw;
position:absolute;
left:0;
top:0;
background-image:linear-..
}
+ 3
Major % will use the height of parent element , and html height by default isn't much , so it won't work .