Skip to content

Commit 2566f71

Browse files
committed
test commit
1 parent e687078 commit 2566f71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

03-CSS-Fundamentals/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
<head>
44
<meta charset="UTF-8" />
55
<title>The Basic Language of the Web: HTML</title>
6+
<style>
7+
h1 {
8+
color: blue;
9+
}
10+
</style>
611
</head>
712

813
<body>

0 commit comments

Comments
 (0)