Transform
A property applies a 2D or 3D transformation to an element.
Scale
A type of transformation that changes the size of an element.
Rotate
A transformation that will tilt the element the number of degrees we enter for its value.
Skew
A transformation that causes an element to slant along one (or both) of its axes.
Vanishing Point
A point far off in the distance where parallel lines appear to get closer and closer together until they meet at a point.(Like Railroad Tracks)
What is the hex code for pink?
#FFC0CB
What command is used to add a delay for animations/transitions?
transition-delay
What code is used to modify elements such as text to be larger or smaller? To change their color?
<Style> is used for the stylization/modification of elements.