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

  • @amina-refik

    Submitted

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

    I have utilized semantic web tags.

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

    Correctly sizing the article illustration in the mobile view is challenging due to the image ratio. I was able to resolve it by using object-fit: cover;.

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

    I can't figure out how to properly space the elements.

    @abderrahmanebnd

    Posted

    Salam, I liked how you used the semantic tags but i have some observations: 1- What happened if you will decide that color hsl(47, 88%, 63%) have to change to blue for example? so your variable --yellow: will be blue. And that is a mess. use something neutral for that, for example:

    :root {
        --primary-color: hsl(47, 88%, 63%);
    }
    

    2 - add

    .review-card {
    cursor:pointer 
    }
    

    to know that this is clickable, maybe u can add transition also .

    3- about your problem : just try to estimate the spaces between elements .

    1