unvisited stuff
This commit is contained in:
parent
37505d727c
commit
28170f2079
1 changed files with 4 additions and 16 deletions
20
index.html
20
index.html
|
@ -35,24 +35,12 @@
|
|||
-20px 20px #1a60c9;
|
||||
}
|
||||
|
||||
/* unvisited link */
|
||||
a:link {
|
||||
color: red;
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* visited link */
|
||||
a:visited {
|
||||
color: green;
|
||||
}
|
||||
|
||||
/* mouse over link */
|
||||
a:hover {
|
||||
color: hotpink;
|
||||
}
|
||||
|
||||
/* selected link */
|
||||
a:active {
|
||||
color: blue;
|
||||
a:link::after {
|
||||
content: " (unvisited)";
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Reference in a new issue