My journal for Code Fellows
rotate
allows you to rotate the element 0 - 360 degreesscale
alters the appeared size of the elementtranslate
will affect the positioning of the element without altering the normal flowskew
is used to distort the element along the x and y axis:hover
, :focus
, :active
, and :target
transitions-property
- determines what will be alteredtransition-duration
- duration of how long the transition takes placetransition-delay
- delays the transition by the set value@keyframes