全体を小文字、大文字で表示させる [text-transform]
text-transform: [大文字・小文字の指定] uppercase すべての文字を大文字表示 lowercase すべての文字を小文字表示 ca...
text-transform: [大文字・小文字の指定] uppercase すべての文字を大文字表示 lowercase すべての文字を小文字表示 ca...
white-space:nowarap [CSS] .sample{white-space:nowarap;} [HTML] 『吾輩は猫である』(わが...
white-space:pre [CSS] div{white-space:pre} [HTML] var _U = "undefined";...
text-indent:インデント [CSS] #sample{text-indent:1em} .sample{text-indent:50%} 世...
letter-spacing:文字間隔 word-spacing:単語間隔 [CSS] .sample{letter-spacing:0.5em} .sa...
vertical-align:縦方向の位置 [CSS] #top{vertical-align:top} #middle{vertical-align:m...
text-align:行揃え位置 [CSS] #sample1{text-align:left} #sample2{text-align:center} ...
line-height:行の高さ [CSS] line-height:normal; line-height:1.2; line-height:150% ...