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

CSS
0

css make div full screen height

div {
    height: 100vh;
}
Posted by: Guest on July-26-2021
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 size of div to full screen"

Browse Popular Code Answers by Language