CSS

CSS

改行しないで表示させる [white-space:nowarap]

white-space:nowarap.sample{white-space:nowarap;}『吾輩は猫である』(わがはいはねこである)は、夏目漱石の長編小説。中学校の英語教師である珍野苦沙弥の家に飼われている猫である「吾輩」の視点から、...
CSS

改行や空白をそのまま表示 [white-space]

white-space:prediv{white-space:pre} var _U = "undefined"; var g_HttpRelativeWebRoot = "/ocom/"; var SSContributor = fals...
CSS

1行目のインデント [text-indent]

text-indent:インデント#sample{text-indent:1em}.sample{text-indent:50%}世の中は、君の理解する以上に栄光に満ちている。世の中は、君の理解する以上に栄光に満ちている。
CSS

文字間隔・単語間隔を設定する [letter-spacing]

letter-spacing:文字間隔word-spacing:単語間隔.sample{letter-spacing:0.5em}.sample{word-spacing:1.5em}世の中は、君の理解する以上に栄光に満ちている。世の中は、...
CSS

縦方向の位置を指定 [vertical-align]

vertical-align:縦方向の位置#top{vertical-align:top}#middle{vertical-align:middle}#bottom{vertical-align:bottom}#text-top{verti...
CSS

行揃えを指定 [text-align]

text-align:行揃え位置#sample1{text-align:left}#sample2{text-align:center}#sample3{text-align:right}
CSS

行間の設定 [line-height]

line-height:行の高さline-height:normal;line-height:1.2;line-height:150%
CSS

リンク部分に適用させる [a:hover]

a:link ※まだ見てないリンク部分のスタイルa:visited ※すでに見たリンク部分のスタイルa:hover ※カーソルが上にある時のスタイルa:active ※マウスを押した時のリンク部分のスタイルa:link{color:#ff0...
CSS

style属性の値で直接HTMLに書き込む [style=””]

HTMLに書き込む
CSS

style要素の内容として読み込ませる

HTML文書の中にCSSを書き込む。