Skip to content

Commit cb6cd83

Browse files
fixing title of finished CSS comprehension page
1 parent bad55aa commit cb6cd83

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

css/introduction-to-css/fundamental-css-comprehension-finished/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Debugging CSS</title>
5+
<title>Fundamental CSS comprehension</title>
66
<link rel="stylesheet" href="style.css">
77
</head>
88
<body>
@@ -25,6 +25,6 @@ <h2>Chris Mills</h2>
2525
<p>Editing, writing, and web development services</p>
2626
</footer>
2727
</section>
28-
28+
2929
</body>
3030
</html>

css/introduction-to-css/fundamental-css-comprehension-finished/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ html {
6767
.card article p {
6868
padding: 1em;
6969
color: rgba(255,255,255,0.8);
70-
}
70+
}

css/introduction-to-css/fundamental-css-comprehension/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>CSS comprehension</title>
5+
<title>Fundamental CSS comprehension</title>
66
</head>
77
<body>
88

@@ -24,6 +24,6 @@ <h2>Chris Mills</h2>
2424
<p>Editing, writing, and web development services</p>
2525
</footer>
2626
</section>
27-
27+
2828
</body>
2929
</html>

0 commit comments

Comments
 (0)