Skip to content

Instantly share code, notes, and snippets.

@fnordo
Last active December 14, 2015 16:29
Show Gist options
  • Save fnordo/5115371 to your computer and use it in GitHub Desktop.
Save fnordo/5115371 to your computer and use it in GitHub Desktop.
LInk-With-Background-Image-Example
HTML:
<a class="foobar" href="http://somewebsite.com" target="_blank"></a>
CSS:
a.foobar {
display: block;
width: give-it-some-width
height: give-it-some-height
background: url("path/to/image") no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment