Saturday, 26 May 2007

2. A CSS for the web site

My site's main css I used a image with 4 rules which were placed in the body of the site's html editor.
  • It was a background image from another URL
  • 'background-repeat: no-repeat;' So that it was the one image instead of tiles.
  • It had a positioning of 50% 20% so that it was centered.
  • And that its attachment was fixed so it remained stationary
It was added to give the site some style, I changed the site texts colours in the variable definitions section of the html editor. I changed the written text to black (#000000) so it could be visible and changed the link text colours to a dark red (#990000) to differentiate.

No comments: