Design comparison
Solution retrospective
Any constructive criticism would be greatly appreciated.
Community feedback
- @B-IDPosted about 3 years ago
Nice attempt, but there are some little issues with your layout. Firstly, checking your HTML code, I noticed your "proceed to payment" button was outside your order class which is one of the reasons the button extended outside your card component. Secondly, I think it's best to let the HTML elements and styles define the height of your card before you assign a custom height, this should prevent elements from overflowing or overlapping each other, and also in this scenario, a section tag would be a better HTML semantic to use compared to an article tag. Aside these, your design is pretty good. Welldone.
Marked as helpful1
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