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

  • RKennedyy 100

    @RKennedyy

    Submitted

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

    I'm most proud of how close I got this challenge to the design provided, I did do this over a couple of days and next time I would rather just get it done on the same day.

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

    I faced an issue with making my solution responsive and after multiple attempts I finally got it to work with the help of the dev console.

    @samuelharpaz

    Posted

    Hey, terrific job on this challenge.

    Just a few minor details to point out -

    • the original design has a tiny border around the outside of the card
    • the author section (image and name) are quite a bit larger than the original
    • a bit of spacing between the top image and "Learning" would be helpful

    Other than that, it looks really good!

    0
  • @MaRiiaVoit

    Submitted

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

    I am proud that I managed to make a project similar to the layout.

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

    I was having difficulty with media queries. After reading the documentation on how to work with them, I solved the problem.

    @samuelharpaz

    Posted

    Hi, very nice job on this challenge.

    One little point to consider, naming html classes "bold-text" or "small-text" sort of encodes the styling into the HTML - in the future, you might want to keep the same text, but alter the styling, so that the first line of text is no longer bold, and at that point it wouldn't make much sense if the class is called "bold-text" but the CSS styles make it not bold. So it might be more future-proof to name classes based on the function of the text rather than the styling (i.e. main-heading, or something).

    0