colors and the box model Flashcards
1
Q
Name 3 different types of values you can use to specify colors in CSS
A
RGB, hex code, color names
2
Q
What CSS properties make up the box model?
A
Margin, padding, border
3
Q
Which CSS property pushes boxes away from each other?
A
Margin
4
Q
Which CSS property add space between a box’s content and its borders?
A
Padding