css-transforms Flashcards
1
Q
What does the transform property do?
A
It transforms an element by rotating, scaling, translating, etc.
2
Q
What is the difference between the :first-child pseudo selector and the :last-child pseudo selector?
A
:first-child is the first child that the selector is attached too of its parent element and :last-child is the last child that the selector is attached too of its parent element