Skip to content

Commit 667cdd4

Browse files
authored
Final QA updates (#294)
1 parent 89d5d6c commit 667cdd4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

html-css-python/html_boilerplate/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>HTML Boilerplate</title>
6-
<link rel="stylesheet" href="style.css" />
6+
<link rel="stylesheet" href="style.css">
77
</head>
88
<body>
99

html-css-python/html_project/emoji.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>My favorite emoji</title>
66
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.css">
7-
<link rel="stylesheet" href="style.css" />
7+
<link rel="stylesheet" href="style.css">
88
</head>
99
<body>
1010
<nav>

html-css-python/html_project/images/gallery.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
<title>Image gallery</title>
77
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.css">
8-
<link rel="stylesheet" href="../style.css" />
8+
<link rel="stylesheet" href="../style.css">
99
</head>
1010

1111
<body>
@@ -16,7 +16,7 @@
1616
<h1>Image gallery</h1>
1717
<div class="gallery rounded">
1818
<img src="sky_1.png" alt="Cloudy sky." class="rounded">
19-
<img src="sky_2.png" alt="Sky with sun shining through clouds." class="rounded">
19+
<img src="sky_2.png" alt="Sun shining through a cloudy sky." class="rounded">
2020
<img src="sky_3.png" alt="Sky with almost no clouds." class="rounded">
2121
</div>
2222
</body>

html-css-python/html_project/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>Hello, World!</title>
66
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.css">
7-
<link rel="stylesheet" href="style.css" />
7+
<link rel="stylesheet" href="style.css">
88
</head>
99
<body>
1010
<nav>

0 commit comments

Comments
 (0)