Skip to content

Commit 6ba2e75

Browse files
authored
Merge pull request #389 from stampycode/patch-1
missing class from the tutorial example
2 parents 04d2678 + f56a934 commit 6ba2e75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html/lesson2/example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ <h2>Why do I like owls so much?</h2>
2020
<li>and lovely</li>
2121
<li>and cuddly</li>
2222
</ol>
23-
<div><img src="images/img4.jpg" alt="cute owl"/></div>
24-
<div><img src="images/img5.jpg" alt="another cute owl"/></div>
23+
<div class="bigimg"><img src="images/img4.jpg" alt="cute owl"/></div>
24+
<div class="bigimg"><img src="images/img5.jpg" alt="another cute owl"/></div>
2525
<a href="http://www.youtube.com/watch?v=gBjnfgnwXic">Watch this video here</a>
2626
<div id="the-quote">
2727
<h4>

0 commit comments

Comments
 (0)