Posts Tagged ‘css’

New look KG Internet homepage

Friday, February 23rd, 2007

New Homepage

Old Homepage

Gone is the blue, in comes a very Web 2.0 colour scheme: pink, white, grey and a little blue for good luck. I still have no idea what to use it for, I’ve kept the Keithblog feed and a couple of other links.

An important part of the new design is just for those of you who use Internet Explorer. It’s a small notice telling IE users how they can switch to Mozilla Firefox (my preferred browser).

Fingers cross this one lasts a bit longer than the last one. Only problem is that this blog theme was designed to match the homepage.

Keithout.

CSS Bits

Thursday, February 15th, 2007

Serif fonts
font-family: georgia, "times new romans", times, serif;

Border - (border: [size] [style] [colour];)
border:1px solid gray;

Text Decoration (text-decoration: [none/underline/overline/line-through/blink] ;)
text-decoration: none;