Skip to content

Commit 89333df

Browse files
committed
Completed CSS Theory jonasschmedtmann#2:
Inheritance and the Universal Selector
1 parent 8b707dc commit 89333df

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

myWork/03-CSS-Fundamentals/style.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
h1,
2-
h2,
3-
h3,
4-
h4,
5-
p,
6-
li {
7-
font-family: sans-serif;
1+
body {
82
color: #444444;
3+
font-family: sans-serif;
94
}
105

116
h1,

0 commit comments

Comments
 (0)