how to make div fill entire screen code example
Example 1: css div fill whole page
div {
height: 100vh;
width: 100vw;
}
Example 2: make a div full screen css
height: 100vh
div {
height: 100vh;
width: 100vw;
}
height: 100vh