I\'ve the following code:
.container { height: 100%; width: 100%; display: grid; grid-template-rows: repeat(30, 3.33%); grid-auto-flow: row; } .element