I have got a problem, i need to make a div fill the whole screen using without any text inside it. (Like when you make position absolute, width 100% and height 100% but without position absolute) tnks :)
Asked
Active
Viewed 64 times
1 Answers
1
You can use width: 100vw; height: 100vh
This means it will take whole viewport height and width
Lazar Nikolic
- 3,732
- 1
- 20
- 41