Skip to content

Commit 3befd9e

Browse files
Fixed crucial typos
There were several attributesin which the 'height' speelings were wrong, moreover some attributes of img tag were written twice
1 parent 10de6bc commit 3befd9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

starter/03-CSS-Fundamentals/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ <h4>Related posts</h4>
118118
src="img/related-1.jpg"
119119
alt="Person programming"
120120
width="75"
121-
width="75"
121+
height="75"
122122
/>
123123
<a href="#">How to Learn Web Development</a>
124124
<p>By Jonas Schmedtmann</p>
125125
</li>
126126
<li>
127-
<img src="img/related-2.jpg" alt="Lightning" width="75" heigth="75" />
127+
<img src="img/related-2.jpg" alt="Lightning" width="75" height="75" />
128128
<a href="#">The Unknown Powers of CSS</a>
129129
<p>By Jim Dillon</p>
130130
</li>

0 commit comments

Comments
 (0)