Order-summary-component

Solution retrospective
feedbacks are heartly welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @darryncodes
Hi Adithya,
Really close match, good effort. With a few more little tweaks it could be perfect!
- use
padding: 15px 70px;
on your.container_main
instead of margin, it won't create the border - add your background styles to the
<body>
instead of your.container
and removebackground-position: top;' with
background-size: 100% auto;` - add
cursor: pointer;
to your button styles - be mindful of you semantic html mark up and heading structure
All the best!
Marked as helpful - use
- @ADITHYAADHI06
thank you.... it works... great feedback.
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