Lessons: 1, 2, 3, 4, 5, 6

Lesson 5. Changing titles


In this lesson we'll change titles and subtitles, their fonts, bg images, paddings.

Titles
The corresponding class - .TL1

Subtitles
The corresponding class - .TL2

Now open your /tornado/css/OceanAbove/style.css file and look at the following strings
.TL1 - for a title
.TL2 - for a subtitle

.TL1 { color:black; font-weight: bold; font-size: 13pt; font-family: verdana, tahoma, Arial, Geneva, Swiss, SunSans-Regular; background:url(images/back_chrome.gif) repeat; letter-spacing: 1px; padding-right: 40px; padding-bottom: 2px; padding-left: 40px; width: 100% }


.TL2 { color:white; font-weight: bold; font-size: 8pt; font-family: tahoma, verdana, Georgia, Times; background-repeat: repeat; word-spacing: 3px; letter-spacing: 1px; padding: 2px 50px 3px; width: 100% }


CSS syntax

Read about CSS syntax and change these classes
























Lessons: 1, 2, 3, 4, 5, 6