Skip to content

Instantly share code, notes, and snippets.

@OlukaDenis
Last active November 23, 2019 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OlukaDenis/2c3d4e20f17ad2765064d3aff776c793 to your computer and use it in GitHub Desktop.
Save OlukaDenis/2c3d4e20f17ad2765064d3aff776c793 to your computer and use it in GitHub Desktop.
.list-item:hover {
background-color: aliceblue;
}
.list a:link{
color: black;
}
.list a:active{
color: green;
}
.list a:visited{
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment