Rule Syntax

selector { property:value
[; property:value]* }

Source: W3C CSS1 Recommendation

Here is the syntax for CSS rules.

The declaration is inside brackets. If you put more than one declaration in the brackets, separate them with semicolons.