letter-spacingプロパティは、文字と文字の間隔を指定する際に使用します。
値は数値付きの単位を指定します。負の値を指定して文字の間隔を詰めることができまが、パーセント(%)の値は適用されません。
| letter-spacing: 値; | |
|---|---|
| normal | ブラウザの初期値として表示する。 |
| 数値(絶対値) | 文字の間隔を数値で表示する。 単位:px、cm、mm、in、pc |
| 数値(相対値) | 基準となるフォントサイズに対しての相対サイズで指定する。 単位:%、em、ex |
letter-spacing :<length>
<style>
h2 {
letter-spacing : 1.5em; }
h2 {
letter-spacing : 10px; }
h2 {
letter-spacing : .3px; }
h2 {
letter-spacing : -6px; }
</style>
letter-spacing :Keyword
<style>
h2 {
letter-spacing : naromal; }
</style>
letter-spacing : Global values
<style>
h2 {
letter-spacing : inherit; }
h2 {
letter-spacing : initial; }
h2 {
letter-spacing : unset; }
</style>
スポンサーリンク
スポンサーリンク
Category
BILLION WALLET Copyright©All rights reserved