Skip to content

Instantly share code, notes, and snippets.

@nicferrier
Created August 10, 2013 23:03
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 nicferrier/6202564 to your computer and use it in GitHub Desktop.
Save nicferrier/6202564 to your computer and use it in GitHub Desktop.
<div id="tip"><span id="tipheart">♥</span><span id="tipword">gittip</span></div>
#tip {
background-color: Green;
color: white;
padding: 10px;
width: 100px;
}
#tipheart {
background-color: White;
color: Green;
width: 20px;
display: block;
float: left;
text-align: center;
}
#tipword {
margin-left: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment