1
2
3
4
5
6
display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); gap: 10px;
100 chars
Similar Tools
Need a specific tool?
Let us know what you need and we build it for you.
display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); gap: 10px;
Let us know what you need and we build it for you.