Line 1: |
Line 1: |
| <div class="row" | | <div class="row" |
| style=" | | style=" |
| + | display: grid; |
| + | grid-gap: 5px; |
| + | grid-template-columns: repeat(auto-fit, 100px); |
| + | grid-template-rows: repeat(2, 100px); |
| box-sizing:border-box; | | box-sizing:border-box; |
| color:rgb(51, 51, 51); | | color:rgb(51, 51, 51); |