Name three different types of values you can use to specify colors in CSS.
RGB, Hex code, color name
What CSS properties make up the box model?
Margin, padding and border
Which CSS property pushes boxes away from each other?
Margin
Which CSS property add space between a box’s content and its border?
Padding
What is a pseudo-class?
A class applied under a certain condition or event , allows the change of an elements appearance
What are CSS pseudo-classes useful for?
Changing the appearance of an element
Name at least two units of type size in CSS.
Pixel and Percentages
What CSS property controls the font used for the text inside an element?
Font-Family