The font used
font-
family
Whether or not it’s bold
font-
weight
Whether or not it’s italics
font-style
Whether or not it’s underlined
text-
decoration
How big the text is
font-size
What color the text is
color
The background color of an element
background
-color
Whether an element is transparent
opacity
How thick the border is
border-
width
What color the border is
border-
color
How rounded the border is
border-
radius
What is “cascading”?
If two rules match an element, the more specic one wins.
What is “inheritance”?
Default for some properties is the parent’s value
What are “shorthand properties”?
One CSS property that assigns several properties at once