Answers for "how to give the height of a div to the full size of the 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 give the height of a div to the full size of the screen"

Browse Popular Code Answers by Language