Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted almost 2 years ago

Responsive Blog Preview Card

KurtJF•150
@KurtJF
A solution to the Blog preview card challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


How can I affect another element when hovering another element? I wanted to also make the card box-shadow move when hovering h1.

I tried different variations of selectors but still doesn't work.

.h1:hover + .card {
color: var(--primary-color)
box-shadow: box-shadow: 15px 15px 0px 0px var(--text-color)
}
.h1:hover  .card {
color: var(--primary-color)
box-shadow: box-shadow: 15px 15px 0px 0px var(--text-color)
}
Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on KurtJF'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

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner
  • Use cases

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License