A responsive order summary component challenge with HTML and CSS
Design comparison
Solution retrospective
Hello. I am so excited to complete my second challenge of order summary component with HTML and CSS only.
Please take some time to review my solution. I will appreciate your response, Thanks!
Community feedback
- @grace-snowPosted over 3 years ago
Hello
A few pointers for you, I hope they help
- content is overflowing my mobile screen because of the exact width on this. Use max width instead.
- container needs to be a
main
element. All content should be in landmarks - I think you might have button and anchor tag the wrong way around on this.
Change
is more likely to be a button,proceed
implies navigation.
Marked as helpful1@ImmanuelTenga95Posted over 3 years ago@grace-snow
Hello, Grace.
Thanks a lot for the few pointers given. It really helped. I had to research on when to use buttons and anchor tags. and I now understand better. Thanks a lot once again!
0@ImmanuelTenga95Posted over 3 years ago@grace-snow
Hello, Grace.
Thanks a lot for the few pointers given. It really helped. I had to research on when to use buttons and anchor tags. and I now understand better. Thanks a lot once again!
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