Skip to content

Instantly share code, notes, and snippets.

@zachbrowne
Created July 16, 2011 17:24
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 zachbrowne/1086566 to your computer and use it in GitHub Desktop.
Save zachbrowne/1086566 to your computer and use it in GitHub Desktop.
Add RSS Icon Next to Feed in a Paragraph
.feed {
margin-left: 3px;
padding: 0 0 0 19px;
background: url("../images/feed-icon-14x14.png") no-repeat 0 50%;
}
<a href="#" class="feed">subscribe to our feed</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment