Skip to content

Commit a24b669

Browse files
authored
missing class from the tutorial example
Difference between "We will be styling this page" at https://github.com/codebar/tutorials/blob/master/html/lesson2/tutorial.md#today-we-will-be-focusing-on-fundamental-css-concepts and "Download the files required to begin working through the tutorial from here(mac/linux) or here(windows)" at https://gist.github.com/hundred/7332441/download
1 parent 04d2678 commit a24b669

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

html/lesson2/example.html

Lines changed: 4 additions & 4 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>
@@ -45,10 +45,10 @@ <h3>Owls:</h3>
4545
</div>
4646
<ul id="links">
4747
<li>
48-
<a href="mailto:social@codebar.io?subject=I love owls :: codebar">Email us</a>
48+
<a href="mailto:social@codebar.io?subject=I love owls :: Codebar">Email us</a>
4949
</li>
5050
<li>
51-
<a href="mailto:?subject=I love owls :: codebar">Email a friend</a>
51+
<a href="mailto:?subject=I love owls :: Codebar">Email a friend</a>
5252
</li>
5353
<li>
5454
<a href="http://twitter.com/home?status=I love owls! via @codebar">Share your love of owls on twitter</a>

0 commit comments

Comments
 (0)