Skip to content

Instantly share code, notes, and snippets.

@startinggravity
Created June 26, 2014 00:55
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 startinggravity/5bc5e489a72372cd6e60 to your computer and use it in GitHub Desktop.
Save startinggravity/5bc5e489a72372cd6e60 to your computer and use it in GitHub Desktop.
SVG / PNG logo
.logo {
display: block;
height: 50px;
width: 150px;
}
.svg .logo {
background: transparent url(../images/logo.svg) no-repeat;
background-size: 150px 50px;
}
.no-svg .logo {
background: transparent url(../images/logo.png) no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment