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 0a5434f commit 1ee98e0Copy full SHA for 1ee98e0
starter/03-CSS-Fundamentals/style.css
@@ -89,6 +89,26 @@ li:last-child {
89
font-style: italic;
90
}
91
92
-li:nth-child(2) {
+/* li:nth-child(2) {
93
color: red;
94
+} */
95
+
96
+a:link {
97
+ color: #1098ad;
98
+ text-decoration: none;
99
+}
100
101
+a:visited {
102
103
104
105
+a:hover {
106
+ color: orangered;
107
+ text-decoration: underline;
108
+ font-weight: bold;
109
110
111
+a:active {
112
+ background-color: black;
113
+ font-style: italic;
114
0 commit comments