The Font property is shorthand for all of the other font properties. These include:
- font-family
- font-size
- font-style
- font-weight
- font-variant
- font-size-adjust
- font-stretch
Dimensions allow us to control the height and width of all elements. Dimension properties include:
- height
- width
- line-height
- min-height
- min-width
- max-height
- max-width
Classification properties are some of the most important properties. They help us determine where and how elements are positioned. Classification properties include:
- display
- visibility
- position
- float
- cursor
- clear
The Border property is shorthand for the following border properties (take a deep breath, there are many…):
- border-width
- border-style
- border-color
Left border:
- border-top-width
- border-top-style
- border-top-color
Background is shorthand for all of the background properties. You can use background to specify:
- background-color
- background-image
- background-repeat
- background-attachment
- background-position