| [NEEDED] border: | [OPTIONAL] 4px | [OPTIONAL] solid | [OPTIONAL] #000000 | [NEEDED] ; |
| This just defines the fact that we want a border. | This defines the thickness of the border. | This defines the style/look of the border. | This defines the color of the border. | This defines the end of the border's properties. |
| Variations: | Variations: | Variations: | Variations: | Variations: |
| border-top: border-bottom: border-left: border-right: | 1px 2px etc... | dashed dotted groove double ridge inset outset | #FFFFFF green blue etc... | n/a |