Design comparison
SolutionDesign
Solution retrospective
Hello to all Challenge finished, I would appreciate your criticism so I can keep improving, if there is anything I can improve with my syntax. 💪
I would appreciate your comments✌️
Community feedback
- @BlackpachamamePosted 10 months ago
Greetings! you have done a great job 😎
📌 Some suggestions
- To improve the semantics of your HTML, you can change your
<div class="container_card">
to a<main class="container_card">
- You can apply
display: block
to the image to remove the white space generated underneath. Although visually in this case it is irrelevant, it helps you better calculate the space with other elements - Use
min-height
andmax-width
, this will help the content stretch or shrink if you need to. Unlikeheight
andwidth
which can cause your content to be cut off on certain screens
Marked as helpful0 - To improve the semantics of your HTML, you can change your
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