CSS Background Shorthand
Short for the Background image property.
div {
background: url(image.svg) top left / 100% 100% no-repeat #f6f6f6;
}
Short for the Background image property.
div {
background: url(image.svg) top left / 100% 100% no-repeat #f6f6f6;
}
Comments
Leave a Reply