4,090
edits
No edit summary |
No edit summary |
||
Line 341: | Line 341: | ||
width: 100%; /* Full width of the parent container */ | width: 100%; /* Full width of the parent container */ | ||
grid-template-columns: repeat(4, 1fr); /* Creates four columns with equal width */ | grid-template-columns: repeat(4, 1fr); /* Creates four columns with equal width */ | ||
gap: | gap: 5px; /* Space between grid items */ | ||
box-sizing: border-box; | box-sizing: border-box; | ||
opacity: 0; | opacity: 0; |