Design comparison
Solution retrospective
I have not found a way to make the tips of the top edge of the cover image rounded. Any suggestions? Thanks!
Community feedback
- @shashreesamuelPosted over 2 years ago
Hey good job completing this challenge, keep up the good work.
Your solution looks great however I think your card needs some margin from the top using
margin-top
property.In terms of your accessibility issues, simply wrap all your content between
main
tagsI hope this helps
Cheers Happy coding š
Marked as helpful1@leonelmontielPosted over 2 years ago@TheCoderGuru Thank you very much for the good vibes! Regarding the top edges of the image, I have solved it with what was proposed by the colleague above. And I already corrected the <main> tag, thanks for checking that, I had forgotten to use it!
Happy coding to you too :D
0 - @DanK1368Posted over 2 years ago
Hi Leonel,
You have to apply the top borders to your illustration image.
border-radius: 10px 10px 0px 0px;
Then it should work.Also to get rid of the Accessibility issues you have to wrap your content in a <main> tag. The order summary text should be an <h1> Tag.
Hope this helps a little.
Happy Coding
Marked as helpful1@leonelmontielPosted over 2 years ago@DanK1368 Your solution about the edges was so simple haha, I have already applied it, thank you very much! And regarding the <main> tag I've already solved that too, honestly it slipped my mind.
0
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