Answers for "css make a div cover the whole page"

CSS
1

css div fill whole page

div {
  height: 100vh;
  width: 100vw;
}
Posted by: Guest on February-24-2021

Code answers related to "css make a div cover the whole page"

Browse Popular Code Answers by Language