#header H1 { PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: 0.25em; MARGIN: 5px 5px 0px; FONT: 242% Georgia, Serif; TEXT-TRANSFORM: uppercase; PADDING-TOP: 15px; LETTER-SPACING: 0.2em } |
(padding describe distance
between margin and particular textor object)
padding-left: 20px ;(left padding describe distance
between border and particular text or object )
value pf padding may be in 'px' or 'pt'0r 'em' OR '%'
PADDING-RIGHT:20PX;
20PX PADDING DESCRIBE DISTANCE OF TEXT FROM RIGHT
BORDER AND HEADER TITLE TEXT
NOW let us deal with text-transform:uppercase;
it tranform your text to uppercase wether you have written
your blog title in lowercase
here text-ransform:( may be one of four kind which is givenn below)
text-tranform: uppercase ; (it converts all letter to uppercse) text-transform: lowercse ; ( conerts all letters to lower case) text-transform: capitilizes ; (it capatilize first letter of each word) |
LETTER-SPACING: (MAY BE ANY PROPER +VE INTERGER IN 'em'or px)
© Tips for Bloggers |
0 comments:
Post a Comment