Google
CSS Border Property

Description:
Sets the border properties. Used as a type of shortcut, instead of listing each property separately.
Syntax:
border: [value1] [value2] ...
Possible Values:
  • [border-width]
  • [border-style]
  • [border-color]
  • inherit
Initial Value:
Each individual property uses its initial value
Applies To:
All elements
Inherited:
No
Media:
Visual
Example:
P {border: 1px solid #FFF7B5}

Visual Example:
Border