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'm most proud of how I incorporated quite some concepts that are relatively new to me: css properties, clamp().

    Next time I should read the challenge a bit better (at first I missed the challenge to not use media query for font-sizes untill I wanted to submit the challenge). Also I want to look more indepth at the designs, this time I kept finding extra things to add (like different font-sizes for devices and multiple changes on hover)

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

    Most challenging is the alignment of the blog preview and the attribution at the bottom. At the moment I fixed it with flex-box, but I'm not sure if that's the best option.

    Also using clamp() is still challenging. I read/watched quite some things about it and copied some things from those posts and it's working. But I need some more practice.

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

    I would love to hear if there's another/better solution for the positioning of de blogpreview and the attribution at the bottom. I want the card vertically centered in the middle and the attribution at the bottom of the screen as longs as this would fit. If the blogpreview gets to big with a narrower screen only then the attribution should move further down so you would need to scroll down to see it just below the card. At the moment I fixed it with flexbox and height with clamp(). But I'm not really sure about it.

    Any other feedback is also very welcome.

  • Submitted


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

    I'm proud that I recreated the image very closely. Next time however I should start with mobile first. I know I should and rewrote my code, but did start with desktop.

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

    • The heading image
    • Vertically centering the list items marker
    • Structuring my html with semantic html

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

    • Use of semantic html
    • My solution of the header image

    Any other feedback is also appreciated.

  • Submitted


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

    In the first version I didn't use semantic html (hadn't heard about it yet). So next time I would use that inmediately.

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

    Did not really encounter problems.

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

    I completed this challenge quite some time before learningpaths, I already got some feedback.