Skip to content

Commit 9854334

Browse files
committed
Added body to CSS styling.
1 parent f34eee6 commit 9854334

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

starter/02-HTML-Fundamentals/style.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
* {
2-
font-family: sans-serif;
1+
body {
32
color: #444;
3+
font-family: sans-serif;
4+
5+
border-top: 10px solid #1098ad;
46
}
57

68
h1,

0 commit comments

Comments
 (0)