Responsive Order summary component using Css

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Miguelo0098
The solution looks good overall. Proportions are okay and I think the HTML is semantic enough. Good Job!
However, some details can be improved:
- The body's
max-width
property makes the site look awkward on larger resolutions. - Buttons' hover states are missing. Also, the font doesn't match the rest of the card.
- Styling elements by their IDs is not a good practice. More info here.
- The body's
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