Skip to content

Instantly share code, notes, and snippets.

@hundred
Last active December 27, 2015 13:19
Show Gist options
  • Save hundred/7332441 to your computer and use it in GitHub Desktop.
Save hundred/7332441 to your computer and use it in GitHub Desktop.
Lesson2
<!DOCTYPE html>
<html>
<head>
<title>I love owls</title>
</head>
<body>
<div id="top-line"></div>
<div id="main">
<div id="logo"><img src="logo.png"></div>
<h1>Owls...</h1>
<h2>Why do I like owls so much?</h2>
<ul class="pictures">
<li><img src="img1.jpg"></li>
<li><img src="img2.jpg"></li>
<li><img src="img3.jpg"></li>
</ul>
<ol>
<li>they are adorable</li>
<li>and lovely</li>
<li>and cuddly</li>
</ol>
<div class="bigimg"><img src="img4.jpg"></div>
<div class="bigimg"><img src="img5.jpg"></div>
<a href="http://www.youtube.com/watch?v=gBjnfgnwXic">Watch this video here</a>
<div id="the-quote">
<h4>
<i>&#34;A wise old owl sat on an oak; The more he saw the less he spoke; <br>
The less he spoke the more he heard; Why aren&#39;t we like that wise old bird?&#34;
</i>
</h4>
<p><small>- nursery rhyme</small></p>
</div>
<div class="right-box">
<div id="text-block">
<h3>Owls:</h3>
<p>
Most birds of prey sport eyes on the sides of their heads,<br>
but the stereoscopic nature of <br>
the owl's forward-facing <strong>eyes permits the greater <br>
sense of depth perception </strong>necessary for low-light hunting. <br>
<br>
<a href="http://en.wikipedia.org/wiki/Owl">More information about owls...</a>
</p>
</div>
<ul id="links">
<li>
<a href="mailto:social@codebar.io?subject=I love owls :: Codebar">Email us</a>
</li>
<li>
<a href="mailto:?subject=I love owls :: Codebar">Email a friend</a>
</li>
<li>
<a href="http://twitter.com/home?status=I love owls! via @codebar">Share your love of owls on twitter</a>
</li>
</ul>
</div>
<div class="left-box">
<img src="img6.jpg">
</div>
</div>
<div id="bottom-line"></div>
</body>
</html>
/*place your styles here*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment