プロパティ | 機能 | Value |
color | 色を指定 | #RRGGBB/colorname |
background-color | 背景色を指定 | #RRGGBB/colorname |
background-image | 背景画像を指定 | URL |
background-repeat | 背景画像のリピート表示を指定 | repeat-x/repeat-y |
background-attachment | 背景画像のスクロール
| fixed/scroll/normal |
background-position | 背景画像の位置
| left/ center /right
top/ center/ bottom/
他%指定、ピクセル指定など |
font-family | フォント名、
フォントの種類を指定 | serif/sans-serif/
cursive/fantasy/ monospace/
|
font-size | フォントサイズを指定 | **px/**pt/**%/**cm/**mm |
font-style | フォントの書体を指定 | italic |
font-weight | フォントの強調を指定 | 100〜900(100 step)
bold/bolder/lighter
|
text-decoration | テキストの装飾方法を指定 |
underline/line-through/overline |
text-align | 文字の位置を指定 | left/ center /right |
text-indent | テキストのインデントを指定 | **px/**pt/**%/**em/**cm/**mm |
line-height | 行間の幅を指定 | **px/**pt/**cm/**mm |
border-style | ボックスの
枠線の種類を指定 | solid/dotted/dashed/double |
border-color | ボックスの枠線の色を指定 | #RRGGBB/colorname |
border-width | ボックスの枠線の幅を指定 | thin/thick/CSSの単位 |
margin | ボックス外部の余白幅を指定 | CSSの単位 |
padding | ボックス内部の余白幅を指定 | CSSの単位 |