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

  • Anas Barre 420

    @Sana-Shabeel

    Posted

    Looks amazing, and its responsive on all screen sizes 👍

    the only thing i would suggest is you use classes for styling rather than ids.

    here is an article on why should consider it -> dev.to

    Marked as helpful

    1
  • Anas Barre 420

    @Sana-Shabeel

    Posted

    Hi kristof

    Your solution looks amazing.

    There are few things i would recommend but the main thing is the responsiveness. You have used grid which is great for this, but i would add a few more lines to it to make it a bit more responsive.

    width: min(100% - 2rem, 1440px); display: grid; grid-template-columns: repeat(auto-fill, 320px); justify-content: space-evenly; margin: 0 auto; gap: 80px 30px;

    Marked as helpful

    1