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

  • Matthew 295

    @CodingDatum

    Submitted

    This was so much fun, and it presented a few learning opportunities. Made it from scratch, I'm sure I could be much more organized with my code but I was just happy to get it working. I welcome feedback! Thanks!

    UPDATE: For some reason when I open the entire page, it looks similar to the solution, but when I look at the design comparison, it is way off. What is going on here?

    @JeremyWarui

    Posted

    Hey! Good job maan! Love this. I can learn alot from your code especially Js. The first difference I noticed, was the cards. They have some space between them on the design. Probably, a margin on the sides of the cards (small-cards & big card) would work? Since youve aready used margin-top you may apply margin right and left. A short hand could work. for example: margin: 2rem 2rem; ---for top and bottom, right and left.

    0