Simple CSS Backgrounds
The background of a website is a very important element of the design. It sets the tone of the site, as well as framing in the content. There are three simple CSS methods to create this effect. One Color Background The one color background is great for creating fast loading websites. Not having a background image equals bandwidth savings. body { background-color: #a1bad1;} Repeating Pattern Repeating patterns allow the background to scale to any resolution. As the screen gets wider or ta... read more!
Posted in technology | Post Comment

RSS Feed