Skip to content

Instantly share code, notes, and snippets.

@veb
Created September 10, 2015 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veb/75a45c1e3e227716a4a0 to your computer and use it in GitHub Desktop.
Save veb/75a45c1e3e227716a4a0 to your computer and use it in GitHub Desktop.
articles-5
<html>
<head>
<title>Test</title>
</head>
<body>
<div id="container">
<div id="person">
<p>Bob</p>
<p>25</p>
<p>180lbs</p>
<img src="images/p1.jpg" />
</div>
<div id="person">
<p>Stacy</p>
<p>26</p>
<p>187lbs</p>
<img src="images/p2.jpg" />
</div>
<div id="person">
<p>John</p>
<p>21</p>
<p>255lbs</p>
<img src="images/p3.jpg" />
</div>
</div>
<div id="footer">
<p class="smallText">This is the footer</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment