none
creates a new stacking order
and the element becomes a containing block for children with the property
position: fixed
or position: absolute
transform
property transforms the elements coordinate system,
leading to the elements “transformation in space” without effecting the
layout (although they can affect overflow)
transformations can be chained, making the order of transformations important
rotate
or skew
effects the entire coordinate system and every
transformation that comes aftertransform-origin
transform-origin
length
(units i.e. px, em, rem, etc.) is used, it represents the
offset from the top, left corner of the rendering boxlength
References: