Skip to content

Instantly share code, notes, and snippets.

@juanlopezdev
Created December 5, 2019 17:20
Show Gist options
  • Save juanlopezdev/1a73254fca984b6a8939a732b42b22aa to your computer and use it in GitHub Desktop.
Save juanlopezdev/1a73254fca984b6a8939a732b42b22aa to your computer and use it in GitHub Desktop.
SVG como bakground #css
.bg {
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='red'><circle cx='15' cy='15' r='10' /></svg>") no-repeat;
height: 50px;
width: 50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment