Skip to content

Commit ba86bc1

Browse files
committed
More cosmetic changes
1 parent 1bcac28 commit ba86bc1

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

wip/03-CSS-Fundamentals/index.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8" />
5-
<link href="style.css" rel="stylesheet" />
4+
<meta charset="UTF-8">
5+
<link href="style.css" rel="stylesheet">
66
<title>The Basic Language of the Web: HTML</title>
77
</head>
88

@@ -38,7 +38,7 @@ <h2>The Basic Language of the Web: HTML</h2>
3838
alt="Headshot of Laura Jones"
3939
height="50"
4040
width="50"
41-
/>
41+
>
4242

4343
<p id="author">Posted by <strong>Laura Jones</strong> on Monday, June 21st 2027</p>
4444

@@ -48,7 +48,7 @@ <h2>The Basic Language of the Web: HTML</h2>
4848
width="500"
4949
height="200"
5050
class="post-image"
51-
/>
51+
>
5252

5353
<!--Because of the absolution position of this button, it'll be at the bottom, right corner.
5454
Because the button is inside the container now, it is absolute relative to the container
@@ -127,13 +127,12 @@ <h4>Related posts</h4>
127127
src="img/related-1.jpg"
128128
alt="Person programming"
129129
width="75"
130-
width="75"
131-
/>
130+
>
132131
<a href="#">How to Learn Web Development</a>
133132
<p class="related-author">By Jonas Schmedtmann</p>
134133
</li>
135134
<li>
136-
<img src="img/related-2.jpg" alt="Lightning" width="75" heigth="75" />
135+
<img src="img/related-2.jpg" alt="Lightning" width="75" height="75">
137136
<a href="#">The Unknown Powers of CSS</a>
138137
<p class="related-author">By Jim Dillon</p>
139138
</li>
@@ -143,7 +142,7 @@ <h4>Related posts</h4>
143142
alt="JavaScript code on a screen"
144143
width="75"
145144
height="75"
146-
/>
145+
>
147146
<a href="#">Why JavaScript is Awesome</a>
148147
<p class="related-author">By Matilda</p>
149148
</li>

0 commit comments

Comments
 (0)