Answers for "how to set svg as a background image"

CSS
2

svg as background css

.element {
  background-image: url(/images/image.svg);
}
Posted by: Guest on July-12-2021
-2

svg background css

body {
  background-image: url("/assets/background.svg");
}
Posted by: Guest on July-22-2021

Code answers related to "how to set svg as a background image"

Browse Popular Code Answers by Language