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;
|
-20px 20px #1a60c9;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* unvisited link */
|
a {
|
||||||
a:link {
|
color: white;
|
||||||
color: red;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* visited link */
|
a:link::after {
|
||||||
a:visited {
|
content: " (unvisited)";
|
||||||
color: green;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* mouse over link */
|
|
||||||
a:hover {
|
|
||||||
color: hotpink;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* selected link */
|
|
||||||
a:active {
|
|
||||||
color: blue;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Reference in a new issue