Answers for "how to adjust a div to occupy full screen"

0

css make div full screen height

div {
    height: 100vh;
}
Posted by: Guest on July-26-2021
7

how to set a div size to full screen

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

Code answers related to "how to adjust a div to occupy full screen"

Browse Popular Code Answers by Language