Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyCSScolor and backgroundSingle-choice MCQ

What does `background: #fff url(bg.png) no-repeat center;` do to the background image?

div { background: #fff url(bg.png) no-repeat center; }