a tag hover styles

Submitted by Drupalguy on Fri, 09/20/2019 - 22:36

a tag hover styles

<style type="text/css">/* unvisited link */
a:link {
  color: green;
}

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: yellow;
}</style>


style="a:link { color: green;}; a:link {  color: green;}; a:visited {  color: green;}; a:link {  color: green;};"

Blog tags