枠線の太さを指定 [border-width]
border-top-width: 太さ (上の枠線の太さ) border-bottom-width: 太さ (下の枠線の太さ) border-left-wid...
border-top-width: 太さ (上の枠線の太さ) border-bottom-width: 太さ (下の枠線の太さ) border-left-wid...
margin-top:上マージン margin-bottom:下マージン margin-left:左マージン margin-right:右マージン margin...
background-attachment:固定するかどうか [固定] fixed 背景画像の位置を固定する scroll 背景画像を他の内容と共にスクロール...
background-position:表示位置 [CSS] body{ background-position:center center; } ...
background-repeat:並び方 [並び方] repeat 繰り返し表示 repeat-x 横方向に繰り返し repeat-y 縦方向に繰り返し n...
background-image:url(画像のURL) [CSS] body{ background-image:url(red.jpg) } div{...
background-color:色指定 [CSS] .sample{background-color:#ff0000;} 背景が赤に変化...
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";...