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 experimented with a few css features I haven't used before, like variables, which was fun and made the css much more understandable.

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

    I had some issues with flexbox, like making sure the elements in the top of the card (picture, title, ...) centered while the links at the bottom half had to be stretched. I first wanted to solve this by wrapping everything in the top half in another div, but then I resorted to using align-self: center. I don't know which one would be better practice.

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

    I can't really say why, but using align-self: center felt like a hack in this use case and I wonder if there was a more elegant solution.

  • Submitted


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

    I was surprised how quickly I got this done. Practice works!

    I'll probably rework this one, once I learned proper responsive design.

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

    I always trip over the default padding + margin for p, h1, h2, etc.. For the box shadow I used some online generator - will have to take a closer look at how box shadow works for the next challenges, and properly implement it by hand, without help from tools.