Skip to content

Instantly share code, notes, and snippets.

@ian29
Last active December 12, 2015 01:38
Show Gist options
  • Save ian29/4692512 to your computer and use it in GitHub Desktop.
Save ian29/4692512 to your computer and use it in GitHub Desktop.
<div class='legend-title'>American Red Cross Funded Disaster Respones:</div>
<div class="countries">
<span class='swatch'></span>
<span class="label">Countries Recieving American Red Cross Funds/span>
</div>
<style type="text/css">
.swatch {
background:#f12a2a;
height: 16px;
width: 16px;
display: inline-block;
}
.legend-title{
text-align:center;
margin-bottom: 5px;
font-family:"Cisalpin St LTD Regular";
font-weight:bold;
font-size:100%
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment