Design comparison
SolutionDesign
Solution retrospective
Any feedbacks are always welcomed.
Community feedback
- @palgrammingPosted over 3 years ago
you might think of restructuring your button styles something like this
.button{ height: 40px; margin-top: 60px; margin-left: 50px; text-align: center; width: 100px; border: 1px solid white; } .button1{ color: #e38826; } .button2{ color: #006970; } .button3{ color: #004241; } .button:hover { color: white; background-color: transparent; }
This code still needs the border-radius added to it
1
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