フォントサイズ
BODY { font-size : small }
P { font-size : 30px }
DIV { font-size : larger }
フォントカラー
H1 { color : red }
H3 { color : #000000 }
フォントスタイル
H1 { font-weight : bold }
H6 { font-style : blue }
背景色
BODY { background-color : #000000 }
背景画像
BODY { background-image : url(●●●●.gif) }
リンク
a:link { color:blue }
a:visited { color:orange }
a:hover { color:red; background-color:orange }
このページの一番上へ
|