Website Design: Really Obnoxious Web Page Backgrounds
June 6th, 2008Looking for something a bit more interesting than the white background that's currently gracing your current website? How about something lively and different that will make your pages totally unreadable? After all, you didn't want those pesky visitors reading your copy anyway.
In the spirit of giving that has made the Internet what it is, I offer this unique collection of Really Obnoxious Web Page Backgrounds!
1. Filename: boxes1.gif

And here is the CSS code:
<style type="text/css">
body
{
background-color: #000;
background-image: url('boxes1.gif');
background-repeat: repeat-y
}
</style>
2. Filename: boxes2.gif

3. Filename: boxes3.gif

4. Filename: oddball.gif

5. Filename: planet.gif

6. Filename: quilt.gif

For backgrounds 2 through 6, here's how to write the CSS:
<style type="text/css">
body
{
background-image: url('boxes2.gif');
background-repeat: repeat
}
</style>
Tip: You can view more website design projects in my portfolio.
Related Posts
- Website Design: Improving Tumor Radiation Response
- Website Design: University Research Laboratory
- Website Design: University Online Course
- Website Design: DNA Research Database
- Website Design: Optical Sciences Researcher
