GhKama
Results
1
comments of
GhKama
display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: minmax(0px, 1fr); height: 300px; this is for the grid container, grid template columns depends on the number of grid items within the container.