Background Properties

Set the background of elements

Background Color

My background is yellow!

p { background-color: yellow; }

My background is pink!

p { background-color: pink; }

Background Image

My background is watermelon

p { background-image: url("watermelon.jpg"); }

My background is sushi!

p { background-image: url("sushi.png"); }