Below is my html code.
<div class="container">
<a class="link1" href="">Link1</a>
<a class="link2" href="">Link2</a>
<a class="link3" href="">Link3</a>
</div>
Is there any selectors in CSS that when I hover mouse on Link1 or Link2, the background-color
of container
gets change. Since I am new & self thought that's why I have some problems.