Created
June 3, 2014 14:50
-
-
Save MrJayhawker/aafcd027be5eb27673e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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