Grid Exercise
Instructions:
Create a grid container with 3 equal columns
Add 6 grid items
Set 20px gap between items
Make the grid responsive:
3 columns on large screens (>992px)
2 columns on medium screens (>768px)
1 column on small screens
1
2
3
4
5
6