Specification

selector { property: value }
  • The selector specifies the element the style(s) applies to.

  • The property assigns a property-name to a style.

  • The value assigns a value to the style.

  • Example:

    h1 { font-weight: bold; }