
Design comparison
Solution retrospective
I think I wrote the codes more regularly this time and I am quite happy with it. But I think I still have a lot to fix. Next time I'd like to make sure the codes are even more organized.
What challenges did you encounter, and how did you overcome them?I can say that I had a little difficulty with the instructions. I figured this part out by doing some research.
What specific areas of your project would you like help with?In general, every feedback is very important to me. I'm open to comments.
Community feedback
- @cia2003Posted 12 days ago
Oke, I am impressed that you make the recipe page nearly pixel to the design one on desktop screen. You did great!
I have some advice for you about the code.
- At
.image-container
, you set themin-height
andmax-height
to 300px. I suggest that you can add the propertyheight
with300px
value. And, I suggest you remove some properties likemin-width = 100%
because you already declare it onwidth
property .So, here is the code:
.img-container { height: 300px border-radius: 10px; width: 100%; box-sizing: border-box; }
Marked as helpful1 - At
Please log in to post a comment
Log in with GitHubJoin 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