Background

The background of any webpage is customizable with CSS. We can change the color, use an image as that background and then edit that background image. This all to make our page look exactly as we would like

tutorial

here we change the background color at every p tag

tutorial

here we changed the background image for the body of the page. We can now edit this to fit our own design, since by default it will repeat to fill then element if the image is too small

tutorial

Make the image not repeat

tutorial

repeat the image horizontally only

tutorial

don't repeat the image and set its position

NEXT LESSON