font-family | フォントファミリー |
font-size | サイズ |
font-weight | 太さ |
font-style | フォントスタイル |
font-variant | スモールキャピタル |
font | 一括指定 |
color | 前景色(文字色) |
background-color | 背景色 |
background-image | 背景イメージ |
background-repeat | 背景繰り返しの制御 |
background-attachment | 背景のスクロールを制御 |
background-position | 背景位置 |
background | 一括指定 |
word-spacing | 単語間隔 |
letter-spacing | 文字間隔 |
text-decoration | テキスト装飾 |
vertical-align | 垂直配置(上付き下付き) |
text-align | 水平位置揃え |
text-transform | 大文字小文字 |
text-indent | 行頭インデント |
line-height | 行幅 |
margin | マージン |
padding | パディング |
border-width | ボーダーの幅 |
border-color | ボーダーの色 |
border-style | ボーダーの種類 |
width | 表示の幅 |
height | 表示の高さ |
float | 囲み(回り込み) |
clear | 囲み(回り込み)の解除 |
border | ボーダーの一括指定 |
各部ボーダーの一括指定 | |
---|---|
border-top | 上部ボーダー |
border-right | 右側ボーダー |
border-bottom | 下部ボーダー |
border-left | 左側ボーダー |
各部マージンを指定 | |
---|---|
margin-top | 上部マージン |
margin-right | 右側マージン |
margin-bottom | 下部マージン |
margin-left | 左側マージン |
各部パディングを指定 | |
padding-top | 上部パディング |
padding-right | 右側パディング |
padding-bottom | 下部パディング |
padding-left | 左側パディング |
各部ボーダーの幅を指定 | |
border-top-width | 上部ボーダーの幅 |
border-right-width | 右側ボーダーの幅 |
border-bottom-width | 下部ボーダーの幅 |
border-left-width | 左側ボーダーの幅 |
display | 各要素の表示方法 |
white-space | 空白の取り扱い |
list-style-type | リストマークの種類 |
list-style-image | リストマークの画像を指定 |
list-style-position | リストマークの位置を指定 |
list-style | リストマークの一括指定 |