WEBリファレンス/CSSリファレン - テキスト修飾 ‐
| 名前 | 解説 | サンプル |
| text-indent: | 1行目のインデント | 1em; |
| word-spacing: | 単語の間隔を指定する | 5mm; |
| letter-spacing: | 文字(列)の間隔を指定する | 1em; |
| text-align: | テキストの水平位置 | left; |
| word-break: | 単語禁則処理 | normal; |
| line-break: | 行末の禁則処理 | strict; |
| white-space: | 空白などの扱い | nowrap; |
| vertical-align: | 垂直方向の位置 | middle; |
| visibility: | 隠し文字 | hidden; |
目次
p {
text-indent: 1em;
}
body {
word-spacing: 5mm;
}
h1 {
background-image: url('../img/34bar_sv.jpg');
background-repeat: repeat-x;
}
div.sample {
background-image: url('../img/bg-green-wall.gif');
}
div.sample {
background-color: #99FFCC;
}