<a href="#">Hover your mouse over me. I'll change the color to the one specified in the CSS</a>
body {
font: 20px/1.5 sans-serif;
}
a:hover {
color: #2196f3;
text-decoration: none;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.