Skip to content

Commit a51d540

Browse files
committed
Various small updates
1 parent 0022eba commit a51d540

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

wip/03-CSS-Fundamentals/style.css

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
h1, h2, h3, h4, p, li {
1+
* {
22
font-family: sans-serif;
3+
}
4+
5+
body {
36
color: #444;
47
}
58

@@ -122,19 +125,6 @@ a:active {
122125
font-style: italic;
123126
}
124127

125-
/* Resolving Conflict */
126-
#copyright {
127-
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-
}
128+
nav {
129+
font-size: 18px;
130+
}

0 commit comments

Comments
 (0)