CSS Help
Border Properties
| Property | Description | Values |
| border | Allows setting of all border properties for all four borders in one declaration |
border-width border-style border-color |
| border-bottom | Sets the properties of the bottom border | border-bottom-width border-style border-color |
| border-bottom-color | Sets the color of the bottom border | border-color |
| border-bottom-style | Sets the style of the bottom border | border-style |
| border-bottom-width | Sets the width of the bottom border | pixels (ex: 2px) thin medium thick |
| border-color | Sets the color of the four borders | color |
| border-left | Sets the properties of the left border | border-left-width border-style border-color |
| border-left-color | Sets the color of the left border | border-color |
| border-left-style | Sets the style of the left border | border-style |
| border-left-width | Sets the width of the left border | pixels (ex: 2px) thin medium thick |
| border-right | Sets the properties of the right border | border-right-width border-style border-color |
| border-right-color | Sets the color of the right border | border-color |
| border-right-style | Sets the style of the right border | border-style |
| border-right-width | Sets the width of the right border | pixels (ex: 2px) thin medium thick |
| border-style | Sets the style of all the four borders | none dashed dotted double groove hidden inset outset ridge solid |
| border-top | Sets the properties of the top border | border-top-width border-style border-color |
| border-top-color | Sets the color of the top border | border-color |
| border-top-style | Sets the style of the top border | border-style |
| border-top-width | Sets the width of the top border | pixels (ex: 2px) thin medium thick |
| border-width | Sets the width of all the four borders | pixels (ex: 2px) thin medium thick |



