Meet Landing Page - Flexbox

Solution retrospective
I need help with the buttons in hover, I couldn't get them to work.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@jmnyarega
- 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 helpful - To answer your question, there shouldn't a space between the
Join 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