枠線の形式指定 [border-style]
border-top-style:形式 上の線 border-bottom-style:形式 下の線 border-left-style:形式 左の線 bord...
border-top-style:形式 上の線 border-bottom-style:形式 下の線 border-left-style:形式 左の線 bord...
border-top-color: 色指定(上の枠線の色) border-bottom-color: 色指定(下の枠線の色) border-left-color...
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...