Design comparison
SolutionDesign
Solution retrospective
Hello it was cool to make this card after a long time without coding, good warm-up!! It's responsive and I only do it with CSS. I'm a beginner so don't hesitate to leave a comment.
Community feedback
- @danielmrz-devPosted 11 months ago
Hello @Zozobrack!
Your project looks great!
I have a suggestion for improvement:
- I noticed that you used a fixed
width
value for the image. When you use fixed values, the image will not adapt if its container gets bigger or smaller. In this case, you can usewidth: 100%
instead of300px
. This way, the image will occupy 100% of the width of its parent element, no matter what size the screen is.
I hope it helps!
Other than that, you did an excelent job!
Marked as helpful1 - I noticed that you used a fixed
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