Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Siddarth 170

    @siddarthm93

    Submitted

    What are you most proud of, and what would you do differently next time?

    card layout

    What challenges did you encounter, and how did you overcome them?

    using grid layout

    What specific areas of your project would you like help with?

    more grid

    @Alqalis

    Posted

    correction on @media (min-width: 1000px) { .cardsContiner { display: flex; justify-content: space-between; align-items: center; width: 98%; }

    remove justify-content: space-between; to leave it empty and other .cardsContainer class @media (min-width: 1000px) { .cardsContiner { display: flex; align-items: center; width: 98%; gap: 1rem; }

    } then run the code to see what happen

    0