carlos-sanchez
11/13/2013 - 3:05 AM

SVG backgrounds

SVG backgrounds

.my-element {
  background-image: url(fallback.png);
  background-image: url(image.svg), none;
}