ボックスプロパティ一覧
幅・高さ
- width ボックスの幅を指定する
- max-width ボックスの最大幅を指定する
- min-width ボックスの最小幅を指定する
- height ボックスの高さを指定する
- max-height ボックスの最大高さを指定する
- min-height ボックスの最小高さを指定する
padding
- padding ボックスにパッディング(内側の余白)を指定する
- padding-top ボックスの上部にパッディング(内側の余白)を指定する
- padding-bottom ボックスの下部にパッディング(内側の余白)を指定する
- padding-left ボックスの左部にパッディング(内側の余白)を指定する
- padding-right ボックスの右部にパッディング(内側の余白)を指定する
margin
- margin ボックスにマージン(外側の余白)を指定する
- margin-top ボックスの上部にマージン(外側の余白)を指定する
- margin-bottom ボックスの下部にマージン(外側の余白)を指定する
- margin-left ボックスの左部にマージン(外側の余白)を指定する
- margin-right ボックスの右部にマージン(外側の余白)を指定する
border
- border ボックスの枠線のプロパティを指定する
- border-color ボックスの枠線の色を指定する
- border-style ボックスの枠線の種類を指定する
- border-width ボックスの枠線の幅を指定する
- border-top ボックス上部の枠線のプロパティを指定する
- border-top-color ボックス上部の枠線の色を指定する
- border-top-style ボックス上部の枠線の種類を指定する
- border-top-width ボックス上部の枠線の幅を指定する
- border-bottom ボックス下部の枠線のプロパティを指定する
- border-bottom-color ボックス下部の枠線の色を指定する
- border-bottom-style ボックス下部の枠線の種類を指定する
- border-bottom-width ボックス下部の枠線の幅を指定する
- border-left ボックス左部の枠線のプロパティを指定する
- border-left-color ボックス左部の枠線の色を指定する
- border-left-style ボックス左部の枠線の種類を指定する
- border-left-width ボックス左部の枠線の幅を指定する
- border-right ボックス右部の枠線のプロパティを指定する
- border-right-color ボックス右部の枠線の色を指定する
- border-right-style ボックス右部の枠線の種類を指定する
- border-right-width ボックス右部の枠線の幅を指定する