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 solutions

  • Submitted


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

    I was pleased that I was able to implement fonts responsively using rem units and media queries. When the viewport's width is less than 300px the font size for the component will decrease slightly. While not really necessary for this particular project it will hopefully come in handy for future projects.

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

    I encountered some weirdness when styling my header, which is a link nested inside a h2 element. I was originally trying to style the h2 element but the font wasn't displaying as expected. I did some research and discovered I should instead style the nested element.

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

    I was wondering if people usually use rem/em units project wide or is it primarily for fonts? I was thinking they could also be useful for padding and margins.

  • Submitted


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

    I am pleased with the likeness to the original design I achieved and it was good to get some experience using CSS variables as it was the first time for me to use them.

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

    I struggled a little with getting the correct spacing and think there are still some slight differences between my version and the original design. I overcame this problem by checking the Figma design for more details.

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

    How to handle variables in CSS, good practices, when to use variables and when not to, etc.