| Property |
What it Does |
Possible Values |
| width |
Controls the width of a section |
auto (default) number of pixels percentage |
| height |
Controls the height of a section |
auto (default) number of pixels percentage |
| border-color |
Controls the border color of a section |
default text color (default) color name |
| border-style |
Controls the style of a border |
none (default) solid double |
| border-width |
Controls the width of a border |
undefined (default) number of pixels thin medium thick |
| border-top-width |
Controls the width of a border side |
medium (default) number of pixels thin thick |
| border-left-width |
Controls the width of a border side |
medium (default) number of pixels thin thick |
| border-right-width |
Controls the width of a border side |
medium (default) number of pixels thin thick |
| border-bottom-width |
Controls the width of a border side |
medium (default) number of pixels thin thick |
| margin-top |
Controls the width of a margin from the specified side |
0 (default) number of pixels percentage |
| margin-left |
Controls the width of a margin from the specified side |
0 (default) number of pixels percentage |
| margin-right |
Controls the width of a margin from the specified side |
0 (default) number of pixels percentage |
| margin-bottom |
Controls the width of a margin from the specified side |
0 (default) number of pixels percentage |
| padding-top |
Controls the amount of padding from the specified side |
0 (default) number of pixels percentage |
| padding-left |
Controls the amount of padding from the specified side |
0 (default) number of pixels percentage |
| padding-right |
Controls the amount of padding from the specified side |
0 (default) number of pixels percentage |
| padding-bottom |
Controls the amount of padding from the specified side |
0 (default) number of pixels percentage |
| float |
Controls the floating of a section |
none (default) left right |
| clear |
Defines whether a section disallows other sections on its sides |
none (default) left right |