how to set div frame size in html as size of screen code example
Example: set element equal to the size of the viewport
.container {
height: 100vh;
overflow: auto;
}
.container {
height: 100vh;
overflow: auto;
}