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 0022eba commit a51d540Copy full SHA for a51d540
wip/03-CSS-Fundamentals/style.css
@@ -1,5 +1,8 @@
1
-h1, h2, h3, h4, p, li {
+* {
2
font-family: sans-serif;
3
+}
4
+
5
+body {
6
color: #444;
7
}
8
@@ -122,19 +125,6 @@ a:active {
122
125
font-style: italic;
123
126
124
127
-/* Resolving Conflict */
-#copyright {
- color: red;
128
-}
129
-
130
-.copyright {
131
- color: blue;
132
133
134
-.text {
135
- color: yellow;
136
137
138
-footer p {
139
- color: green;
140
+nav {
+ font-size: 18px;
0 commit comments