Skip to content

Instantly share code, notes, and snippets.

@cyounkins
Created December 31, 2015 19:38
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 cyounkins/396aadddbf0f8d830714 to your computer and use it in GitHub Desktop.
Save cyounkins/396aadddbf0f8d830714 to your computer and use it in GitHub Desktop.
<div class="name">{{Name}}</div>
<hr>
<div class="map">{{Map}}</div>
<div class="name">{{Name}}</div>
<hr>
<div class="map"><img src="_clear.png"></div>
.card {
font-family: arial;
font-size: 20px;
text-align: center;
color: black;
}
.map{height:80%;}
.name{height:20%;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment