Design comparison
SolutionDesign
Community feedback
- @VCaramesPosted almost 2 years ago
Hey there! 👋 Here are some suggestions to help improve your code:
- The
attribution
⚠️ should be wrapped inside afooter
element for improved semantics.
- Delete
<div class="back_ilustration"></div>
as it is unnecessary ⚠️. You can apply the background image to thebody
.
- The “”Order Summary” is a heading, so it should be wrapped in
heading
element.
- The "Change", "Proceed to Payment" and “Cancel Order” were created with the incorrect element ❌. Depending on what you want these "buttons" to do, you will either build them with a
button
oranchor
element.
More Info:📚
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding! 🎆🎊🪅
0 - The
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