Created
December 5, 2019 17:20
-
-
Save juanlopezdev/1a73254fca984b6a8939a732b42b22aa to your computer and use it in GitHub Desktop.
SVG como bakground #css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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