<a href="https://google.com" class="link" target="_blank">Visit Google </a>
.link{
font-family: Helvetica;
font-size: 200%;
text-decoration: none;
}
.link:visited{
color: lightblue;
}
.link:hover{
color: red;
font-size:300%;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.