Syntax
Stylesheets are
.css
filesStylesheets contain rules
Rules have selector(s) preceding the
{ }
curly bracesDeclaration(s) are enclosed in
{ }
curly bracesEach declaration is composed of property and value(s)
Each property is modified with one or more values
Last updated