« Prev | Next »

Step 11: Element Colours

Now to get more specific with the colours. I add the appropriate background colours to the different elements that need some life.

The design really comes together in this step.

.text h2, .text h3 {
background:#2A4144;
}

.localtext h3 {
background:#432D2B;
}

#menu li a, #menu li a:link, li #menu a:visited {
background:#422929;
}

p.code {
background:#422929;
}