Skip to content

Instantly share code, notes, and snippets.

Created October 31, 2017 21:47
Show Gist options
  • Save anonymous/767d3d838b7de58503d9f076645cac74 to your computer and use it in GitHub Desktop.
Save anonymous/767d3d838b7de58503d9f076645cac74 to your computer and use it in GitHub Desktop.
College Work
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div><img src="Pictures/Banner10.jpg" alt="" width="960" height="180" class="TopBanner"/></div>
<div>
<img src="Pictures/dndlogo.gif" alt="" width="180" height="75" class=""/></div>
<article>
<h2>Cast</h2>
<div style="display:inline-block;">
<img src="Pictures/mercer.jpg" width="86px" height="86px" hspace="0" />
<br><h3>Matthew</h3>
</div>
<div style="display:inline-block;">
<img src="Pictures/ray.jpg" width="86px" height="86px" hspace="0" />
<h3>Marisha</h3>
</div>
<div>
<img src="Pictures/willingham.jpg" alt="" width="86" height="86" class="SmallPicture"/>
<img src="Pictures/bailey.jpg" alt="" width="86" height="86" class="SmallPicture"/>
<br><h3>Travis</h3>
<p>Travis Laura</p>
</div>
<div>
<img src="Pictures/johnson.jpg" alt="" width="86" height="86" class="SmallPicture"/>
<img src="Pictures/obrien.jpg" alt="" width="86" height="86" class="SmallPicture"/>
<p>Ashley Liam</p>
</div>
<div>
<img src="Pictures/jaffe.jpg" alt="" width="86" height="86" class="SmallPicture"/>
<img src="Pictures/riegel.jpg" alt="" width="86" height="86" class="SmallPicture"/>
<p>Taliesin Sam</p>
</div
</article>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment