how to make div scrren size code example
Example 1: how to set a div size to full screen
height: 100vh
Example 2: css window height
body, html {
height: 100%;
}
#right {
height: 100%;
}
height: 100vh
body, html {
height: 100%;
}
#right {
height: 100%;
}