Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
this challenge was really challenging but i'm truly proud that i could've accomplish it
What challenges did you encounter, and how did you overcome them?centering the image was a bit challenging but i knew how to do it
What specific areas of your project would you like help with?...
Community feedback
- @ShaunPourPosted 8 months ago
The active button property is missing. The buttons are supposed to change to the green shade used for the location for the background color with black text and the cursor property set to the value of pointer when moused over.
You can fix this by setting a new css selector as button (or a class used for all the buttons if you have that) like so:
cursor: pointer; background: hsl(75, 94%, 57%); color: hsl(0, 0%, 0%); }
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