|
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
.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
-
-
-
|