-
Notifications
You must be signed in to change notification settings - Fork 5
/
hyperlink.txt
84 lines (65 loc) · 1.91 KB
/
hyperlink.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
a.class1:link {
text-decoration: none;
}
a.class1:visited {
text-decoration: none;
}
a.class1:hover {
text-decoration: underline;
background-color: rgb(243, 122, 122);
}
a.class1:active {
text-decoration: underline;
}
a.class2:link {
text-decoration: none;
}
a.class2:visited {
text-decoration: none;
}
a.class2:hover {
text-decoration: underline;
background-color: rgb(243, 122, 122);
}
a.class2:active {
text-decoration: underline;
}
a.class3:link {
text-decoration: none;
}
a.class3:visited {
text-decoration: none;
}
a.class3:hover {
text-decoration: underline;
background-color: rgb(243, 122, 122);
}
a.class3:active {
text-decoration: underline;
}
a.class4:link {
text-decoration: none;
}
a.class4:visited {
text-decoration: none;
}
a.class4:hover {
text-decoration: underline;
background-color: rgb(243, 122, 122);
}
a.class4:active {
text-decoration: underline;
}
a.class5:link {
text-decoration: none;
}
a.class5:visited {
text-decoration: none;
}
a.class5:hover {
text-decoration: underline;
background-color: rgb(243, 122, 122);
}
a.class5:active {
text-decoration: underline;
}