Skip to content

Commit

Permalink
Merge pull request #858 from AKSHITHA-CHILUKA/patch-6
Browse files Browse the repository at this point in the history
Create grid.css
  • Loading branch information
RitiChandak authored Jul 30, 2024
2 parents 723e3d4 + b5834b9 commit d6b9966
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 d6b9966

Please sign in to comment.