Last active
December 12, 2015 01:38
-
-
Save ian29/4692512 to your computer and use it in GitHub Desktop.
This file contains 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
<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