0

nav a:hover > nav {
  background-color: #FFB1C0;
}
<nav>
  <ul>
    <li><a href="about.html">About Nike</a></li>
    <li><a class="border" href="order.html">Pre-order now</a></li>
  </ul>
</nav>

I'm trying change the background color of the whole nav by only hovering over the a element.

coreuter
  • 2,528
  • 3
  • 22
  • 63

0 Answers0