JavaScript is disabled! Please enable JavaScript in your web browser!

Freestyle Academy of Communication Arts & Technology

1299 Bryant Ave, Mt. View, CA 94040 T 650-940-4650 x5090
2 Required Classes: English and Digital Media 3rd/Elective Class:  + Animation or Design or Film

Back to list of all examples

Useful Stuff About:

Background Image Repeated

The background PATTERN of this page uses a small single image that is repeated horizontally and vertically. The small repeated image for this page is .

Best practices:

Here's the CSS


body {/*ADD the following to your CSS body rule*/
background-image:url(../images/Background_Image_Repeated.jpg);/*Adjust the path to actual image*/
background-repeat:repeat;/*VERY IMPORTANT!!!*/
}