Syntax

  • Stylesheets are .css files

  • Stylesheets contain rules

  • Rules have selector(s) preceding the { } curly braces

  • Declaration(s) are enclosed in { } curly braces

  • Each declaration is composed of property and value(s)

  • Each property is modified with one or more values

Last updated