position: static;

"static"
is the default and is the same as normal flow.

position: static;
position: relative;
position: absolute;
position: fixed;
position: inherit;
Used to maintain a parent/child relationship.

See Normal Flow