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

  • P
    Zugim 60

    @Zugim

    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.

    ItsZubek 20

    @ItsZubek

    Posted

    Good use of semantic HTML and CSS variables. Layout looks good. Solution is improved upon from the original design by adding 2 extra fields to the category section. Good use of css grid property.

    0
  • P

    @jedcanchola

    Submitted

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

    I was able to organize my CSS so I can reuse some variables and write the less style as possible. Additionally I used semantic HTML

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

    NA

    ItsZubek 20

    @ItsZubek

    Posted

    The HTML looks good, it is accessible and no further improvement is needed. However since it's a really simple, entry-level project with a small amount of styles I feel like adding the css file might be a little unnecessary for the amount of code required to complete the challenge. However overall the solution is what it's supposed to be. Solid work.

    0