<a href="#">Hover your mouse over me. I'll change the color of the next block о_О</a>
<p>(╯ ° □ °) ╯ (┻━┻)</p>
xxxxxxxxxx
body {
font: 20px/1.5 sans-serif;
}
a:hover + p {
color: #2196f3;
text-decoration: none;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.