Design comparison
SolutionDesign
Solution retrospective
I need help with the buttons in hover, I couldn't get them to work.
Community feedback
- @jmnyaregaPosted over 3 years ago
- To answer your question, there shouldn't a space between the
selector
and the pseudo-class:hover
i.e.download-primary:hover
.
.download-primary:hover{ background-color: var(--secondary-blue); }
Good work on the challenge 👏
Marked as helpful1 - To answer your question, there shouldn't a space between the
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