Design comparison
SolutionDesign
Solution retrospective
Hey everyone, thanks for taking the time to check this out. Any feedback would be appreciated.
Is there a more efficient way to code the font-color of the buttons on the active state?
Cheers.
Community feedback
- @ToycobroPosted over 3 years ago
Target the div and give it a border-radius in the stylesheet. It will round off the corners.
.container { border-radius: 10px; }
0@jrinabnitPosted over 3 years ago@Toycobro Oops, I missed that. Thanks for bringing it to my attention!
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