Grid Exercise

Instructions:

  1. Create a grid container with 3 equal columns
  2. Add 6 grid items
  3. Set 20px gap between items
  4. 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