Submitted 5 months agoA solution to the Blog preview card challenge
Blog Preview Card using Bootstrap Studio
bootstrap
@giampieropace

Solution retrospective
What challenges did you encounter, and how did you overcome them?
I wanted to change H1 text color not only when hovering the single element, but when hovering the card.
Solved this way (following this stack overflow post):
.blog-card:hover h1 {
color: var(--bs-primary);
}
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Giampiero's solution.
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