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

  • @LeeWhoCodes

    Submitted

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

    I am very proud that I was able to create a site that looks good on both desktop and mobile. I am also very proud of how simular the end result ended up looking to the example.

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

    My biggest challenge was figuring out the description text. I had issues trying to get it to wrap and still look right. Eventually, I managed to get it looking right but when I hosted the site on git hub pages I discovered that my solution did not work. So I had to again look for another solution. Eventually, I found one that worked on git hub pages.

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

    In this project, I used rem for basically everything is that the correct thing to do? Also any advice on what I can do to improve accessibility would be fantastic.

    @aminurmuda

    Posted

    The size of card is noticeably different. Maybe you can try to inspect some more of the width, height, padding, font-size from the figma. Use command + click element in figma, then look the details in the right panel. You can press option/alt button and hover other element to see the margin.

    Also remember that desktop and mobile can be different in size of the font.

    0
  • @aminurmuda

    Posted

    you are just missing to vertical-align the card component with the viewport. you can use use this style:

    • display: flex
    • align-items: center

    Marked as helpful

    0