Skip to content

Commit ee0cecd

Browse files
committed
internal css
1 parent 46ebfe0 commit ee0cecd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

starter/03-CSS-Fundamentals/blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>BLOG New</title>
4+
<title>BLOG</title>
55
</head>
66
<body>
77
<h2>BLOG</h2>

starter/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)