SVG as background image
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
๐ background-size
๐ text-shadow
๐ <linearGradient>
๐พ https://replit.com/@pegasusroe/svg-bg-image
๐ style.css
header {
/* โญ๏ธ SVG as background image */
background: url(svg/gradients.svg);
background-size: contain;
border-radius: .5em;
}