Answers for "how to set the div size to size of the screen"

CSS
7

how to set a div size to full screen

height: 100vh
Posted by: Guest on July-27-2020
1

css set div width to screen

.container{
   width:100%;
}
Posted by: Guest on December-07-2020

Code answers related to "how to set the div size to size of the screen"

Browse Popular Code Answers by Language