CSS Flashcards
1
Q
The font used
A
font-
family
2
Q
Whether or not it’s bold
A
font-
weight
3
Q
Whether or not it’s italics
A
font-style
4
Q
Whether or not it’s underlined
A
text-
decoration
5
Q
How big the text is
A
font-size
6
Q
What color the text is
A
color
7
Q
The background color of an element
A
background
-color
8
Q
Whether an element is transparent
A
opacity
9
Q
How thick the border is
A
border-
width
10
Q
What color the border is
A
border-
color
11
Q
How rounded the border is
A
border-
radius
12
Q
What is “cascading”?
A
If two rules match an element, the more specic one wins.
13
Q
What is “inheritance”?
A
Default for some properties is the parent’s value
14
Q
What are “shorthand properties”?
A
One CSS property that assigns several properties at once