CSS Background Shorthand

May 14th, 2020

Short for the Background image property.

div { 
   background: url(image.svg) top left / 100% 100% no-repeat #f6f6f6;
}

Comments

Leave a Reply