Flexbox Exercise

Instructions:

  1. Create a flex container
  2. Add 4 flex items
  3. Center the items both horizontally and vertically
  4. Add 1rem gap between items
  5. Make the container responsive
1
2
3
4