Skip to content

Commit

Permalink
Create grid.css
Browse files Browse the repository at this point in the history
  • Loading branch information
AKSHITHA-CHILUKA authored Jul 10, 2024
1 parent 5cd722a commit b5834b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/css/grid.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 16px;
}

.grid-item {
background: #f4f4f4;
padding: 20px;
}

0 comments on commit b5834b9

Please sign in to comment.