By default, all elements have their position property set to
position: static
The elements are part of the normal flow context, appearing as they are laid out in the HTML document.
The offset properties top right bottom left
and
the z-index
property have no effect on
statically positioned elements.