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

  • Da-achraf• 100

    @Da-achraf

    Posted

    @Rickyngechu you did a great job, but it will be better to set a media query that sets a max width for the card for larger screens so that the card does not stretch more that we need (Make sure to set the width for really small screens to 100% because in smaller screens the card should not have margins left/right).

    0
  • girldocode• 260

    @girldocode

    Submitted

    => What did you find difficult while building the project?

    • Gradients
    • Layout => choosing between grid and flex.

    => Which areas of your code are you unsure of?

    • Color units like HSL, HSLA

    => Do you have any questions about best practices?

    • After reviewing my code what are the things I can improve. About semantic tags.
    Da-achraf• 100

    @Da-achraf

    Posted

    Hey, I hope you're doing well. You did a great job for this challenge, but you have one thing missing; you forgot to adjust the layout for small screens. You just have to set a media query for small screens that switches the flex direction from row to *column * and you're totally responsive !

    Marked as helpful

    1