Skip to content

Commit 5403ce6

Browse files
committed
Internal CSS
1 parent fa0b82e commit 5403ce6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

starter/CSS-Fundamentals/index.html

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

914
<body>
@@ -17,7 +22,7 @@ <h6>The Basic Language of the Web: HTML</h6>
1722
-->
1823

1924
<header>
20-
<h1 style="color: blue;">📘 The Code Magazine</h1>
25+
<h1>📘 The Code Magazine</h1>
2126

2227
<nav>
2328
<a href="blog.html">Blog</a>

0 commit comments

Comments
 (0)