Ground.css 204 B

123456789101112131415
  1. .footer{
  2. background:#000;
  3. text-align: center;
  4. margin-bottom: 0;
  5. margin-top: 20%;
  6. }
  7. .share{
  8. display: flex;
  9. gap:1.5rem;
  10. justify-content: center;
  11. flex-wrap: wrap;
  12. }