0

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 :)

1 Answers1

1

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

This means it will take whole viewport height and width

Lazar Nikolic
  • 4,261
  • 1
  • 22
  • 46