We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4094ab6 commit 8b707dcCopy full SHA for 8b707dc
myWork/03-CSS-Fundamentals/style.css
@@ -70,3 +70,23 @@ li {
70
border-top: 5px solid #1098ad;
71
border-bottom: 5px solid #1098ad;
72
}
73
+
74
+a:link {
75
+ color: #1098ad;
76
+ text-decoration: none;
77
+}
78
79
+a:visited {
80
81
82
83
+a:hover {
84
+ color: orangered;
85
+ font-weight: bold;
86
+ text-decoration: underline orangered;
87
88
89
+a:active {
90
+ background-color: black;
91
+ font-style: italic;
92
0 commit comments