I have an element with class name "example", when I hover over that element, I want to change another element with class name "example-title" that is below that element to have the color white. How do I do that using sass/css?
<div class="example"></div>
<div class="example-title"></div>