Solution 1 :

You can use width: 100vw; height: 100vh

This means it will take whole viewport height and width

Problem :

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 🙂

Comments

Comment posted by stackoverflow.com/a/23908106/8620333

from the duplicate:

By