position  要素を任意の場所に配置できる

relative 基準値となる親要素に指定

absolute
top. right.left.bottm 移動させたい要素に指定

See the Pen position by yui (@yui-mtk) on CodePen.

z-index 要素の重なり順を指定

0奥 数字が大きくなるほど手前に来る 100手前

headerにz-index: 100;としたので手前に来た。

See the Pen Untitled by yui (@yui-mtk) on CodePen.