grids cards css html
Closed this issue · 1 comments
blade-sensei commented
grids cards css html
blade-sensei commented
1 solution
display: grid;
grid-template-columns: repeat(3,1fr);
grid-gap: 20px;
Closed this issue · 1 comments
display: grid;
grid-template-columns: repeat(3,1fr);
grid-gap: 20px;