数あるスタイルの中から自分が良く使いそうなモノをざっくり抜粋。
フォントスタイル
1 2 3 4 5 |
font-style: normal | italic; font-weight: normal | bold; font-size: 20px; font-family: "Meiryo UI", sans-serif; font-family: "Lucida Console", monospace; |
テキストスタイル
1 2 3 4 5 6 7 |
line-height: 15px | 200%; text-align: left | right | center; text-decoration: underline | line-through(打ち消し線); text-indent: 20px; (1行目のインデント幅) text-transform: capitalize(先頭大文字) | lowercase(小文字) | uppwecase(大文字); letter-spacing: 10px; (文字間隔) word-spacing: 10px; (単語間隔) |
参考サイト
スタイルシートリファレンス(目的別)
http://www.htmq.com/style/index.shtml