Answers for "css fill all width of a page"

CSS
1

css div fill whole page

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

full width page css

*{margin: 0; padding: 0;}
Posted by: Guest on October-14-2021

Browse Popular Code Answers by Language