display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 10px;
display: grid; grid-template-rows: 100px auto 100px;