Design comparison
SolutionDesign
Solution retrospective
just completed my 4th challenge, reviews are highly appreciated
Community feedback
- @visualdennissPosted over 1 year ago
Hey there,
Good work. Few suggestions to improve:
You can get rid of the background image repetition by adding this to the body:
- background-repeat: no-repeat;
- background-size: 100%;
Also consider adding cursor:pointer; to the button and the cancel order link item to indicate interactivity.
Hope you find this feedback helpful!
Marked as helpful1@kelvtmoneyPosted over 1 year ago@visualdenniss thanks for the suggestions it is very helpful
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