Answers for "make div as per the screen height 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 "make div as per the screen height css"

Browse Popular Code Answers by Language