Skip to content

Instantly share code, notes, and snippets.

@MrJayhawker
Created June 3, 2014 14:50
Show Gist options
  • Select an option

  • Save MrJayhawker/aafcd027be5eb27673e0 to your computer and use it in GitHub Desktop.

Select an option

Save MrJayhawker/aafcd027be5eb27673e0 to your computer and use it in GitHub Desktop.
<html>
<head><link href='http://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'></head>
<style>
body {background: #CC0000;}
.image {text-align: center;}
.slogan {text-align: center;}
.list {font-family: 'EB Garamond', serif;}
.slogan{font-family: 'EB Garamond', serif;}
.slogan {font-weight: bold;
font-size: 30;}
</style>
<body>
<section>
<div class="image">
<img src=http://www.wizards.com/global/images/ah_prod_diplomacy_pic3_en.jpg>
</div>
<div class="slogan">
<h1>Divide and Rule</h1>
</div>
<article class="list">
<ul>
<li>Diplomacy</li>
<li>Strategy</li>
<li>Risk</li>
</ul>
</article>
</section>
<body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment