Answers for "how to set svg as background imgage in css"

CSS
2

svg as background css

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

Code answers related to "how to set svg as background imgage in css"

Browse Popular Code Answers by Language