A css property is a CSS identifier within a CSS declaration, which is part of a CSS rule. A stylesheet consists of one or more rules. Rules consist of zero or more declarations. A declaration has two parts, the declaration property and the declaration value. The property identifies the type of change you wish to make to the element(s) in which the the rule applies.

Common css properties include color, border, background-color, margin, and padding.