Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am proud of remembering the fundamentals, as I haven't touched web dev for a few months. I can't think of anything I would've done differently for this (it is just a simple card after all).
What challenges did you encounter, and how did you overcome them?I forgot how to create proper responsive images, and did some research into how to do so. I ended up going with this approach:
img {
max-inline-size: 100%;
block-size: auto;
border-radius: 12px;
}
max-inline-size was a new one for me, I've never done responsive images with that line before. I quite like it!
What specific areas of your project would you like help with?N/A
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord