how to make a div the size of the whole screen code example
Example 1: how to set a div size to full screen
height: 100vh
Example 2: css set div width to screen
.container{
width:100%;
}
height: 100vh
.container{
width:100%;
}