CSS Flashcards
1
Q
Which CSS property pushes boxes away from each other?
A
Margin (Outermost)
-space around an element, margin property
2
Q
Which CSS property pushes box content away from its border?
A
Padding: (Innermost)
-space between border and element
3
Q
What is inheritance?
A
Taking (property & value) from the parent element and giving it to the children of that element
4
Q
What are CSS pseudo-classes useful for?
A
giving CSS interaction-ability
ex: hover, focus, active