文字装飾
文字の色
{ color : 英語かカラーコード }
{ color : red } { color : #008000 }
文字のサイズ
{ font-size : 数値 }
xx-small{ font-size : xx-small }
x-small{ font-size : x-small }
small{ font-size : small }
medium{ font-size : medium }
large{ font-size : large }
x-large{ font-size : x-large }
xx-large{ font-size : xx-large }
1px{ font-size : 1px }
5px{ font-size : 5px }
10px{ font-size : 10px }
15px{ font-size : 15px }
20px{ font-size : 20px }
文字の太さ
{ font-weight : 英語(か数値) }
normal{ font-weight : normal }
bold{ font-weight : bold }
bolder{ font-weight : bolder }
lighter{ font-weight : lighter }
文字のスタイル
{ font-style : スタイル }
normal{ font-style : normal }
italic{ font-style : italic }
oblique{ font-style : oblique }
文字のフォント
{ font-family : フォント名 }
'MS Pゴシック'{ font-family : 'MS Pゴシック' }
'MS P明朝'{ font-family : 'MS P明朝' }
Times New Roman{ font-family : Times New Roman }
Arial{ font-family : Arial }
文字の位置を指定する
{ text-decoration : 文字の位置 }
left{ text-align : left }
center{ text-align : center }
right{ text-align : right }
文字に線をひく
{ text-decoration : 線の種類 }
line-through{ text-decoration : line-through }
underline{ text-decoration : underline }
overline{ text-decoration : overline }
文字の間隔
{ letter-spacing : 数値 }
2px{ letter-spacing : 2px }
2pt{ letter-spacing : 2pt }
2em{ letter-spacing : 2em }
2pc{ letter-spacing : 2pc }
Copyright © 2009 NNHF All Rights Reserved.