6 lines
67 B
CSS
6 lines
67 B
CSS
div {
|
|
display: grid;
|
|
place-content: stretch;
|
|
height: 100%;
|
|
}
|