Skip to content

Instantly share code, notes, and snippets.

@carlos-sanchez
Created November 13, 2013 03:05
Show Gist options
  • Save carlos-sanchez/7443000 to your computer and use it in GitHub Desktop.
Save carlos-sanchez/7443000 to your computer and use it in GitHub Desktop.
SVG backgrounds
.my-element {
  background-image: url(fallback.png);
  background-image: url(image.svg), none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment