Design comparison
SolutionDesign
Community feedback
- @RatifiedPosted over 1 year ago
Hello @sanjaykrishnanDEV
Good job on completing the challenge, it's no easy task.
However, I have a few suggestions
-
To remove the black border on your button, add this to your buttons class
.buttons{ border: none; }
-
To remove the underline on your link for cancel order, add this to your cancel id
#cancel{ text-decoration: none; }
I hope you find this helpful.
Happy coding.
Marked as helpful0 -
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