Wednesday, December 15, 2010

Surviving a Teacher's Salary

Cute is an understatement. The website Surviving a Teacher's Salary is a great example of color, content, and organization. The design elements are contained in the css which is old style, that is, it is contained in the page itself.

The body has a background image.

The header-wrapper also has a background image. The width is 960pixels and is centered on the body background image by use of the 0 auto margins.Here is the css:

#header-wrapper {
background-image:url(http://www.leeloublogsimages.com/Layouts/2010/Schoolzone/SchoolZoneHead.png);background-position: top center; background-repeat:no-repeat;
width:960px;
height:400px;
margin-right:0px;
border-bottom: 0px solid #fdd9aa;
}

I have to go and I will come back to this.

1 comment: