テキストに関する指定
テキストも画像もインライン要素ですから、どちらもP要素の内容として表現することができます。
.center { text-align: center; }
| Property: | value:値 | 意味 |
|---|---|---|
| word-spacing | 単語の間隔を指定 | 語句の間隔 |
| nomal | 標準 | |
| nn | 数値で指定指定 | |
| letter-spacing | 文字の間隔 | 文字単位の間隔 |
| nomal | 標準 | |
| nn | 数値で指定 | |
| text-decoration | 文字の装飾 | |
| none | 普通 | |
| underline | 下線 | |
| overline | 上線 | |
| line-through | 取り消し線 | |
| blink | 点滅 | |
| vertical-allign | 文字の垂直位置の指定 | |
| baseline | ベ−スラインを揃える | |
| sub | 下付文字 | |
| super | 上付き文字 | |
| top | 文字の上を揃える | |
| text-top | 文字の上をその他の要素の上に揃える | |
| middle | 文字の中央を揃える | |
| bottom | 文字の下を揃える | |
| text-bottom | 文字の下を他の要素の下に揃える | |
| % | 揃え位置を行間に対する割合で指定 | |
| text-transform | 文字の変形 | |
| capitalize | 単語の最初の文字を大文字で表示 | |
| uppercase | すべての文字を大文字に | |
| lowercase | すべての文字を小文字で | |
| none | 装飾無し | |
| text-align | 文字の配置 | |
| left | 左寄せ | |
| right | 右寄せ | |
| center | 中央(50%) | |
| justify | 両端揃え | |
| text-indent | 文字のインデント | |
| nn | 数値で指定 | |
| % | 割合で指定 | |
| line-height | 行の高さを指定 | |
| nomal | ||
| n | 現在の行幅に対する倍率 | |
| nn | 数値で指定 | |
| % | 割合で指定 |
CSS入門
広告