Skip to content

Instantly share code, notes, and snippets.

@kasramp

kasramp/test.css Secret

Created August 2, 2020 13:39
Show Gist options
  • Save kasramp/ece4ffed6e54651176a9a90f2c38843c to your computer and use it in GitHub Desktop.
Save kasramp/ece4ffed6e54651176a9a90f2c38843c to your computer and use it in GitHub Desktop.
a {
font-weight: bold;
}
a:link {
color: black;
}
a:visited {
color: gray;
}
a:hover {
text-decoration: none;
color: white;
background-color: navy;
}
a:active {
color: aqua;
background-color: navy;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment