Tests position: static, relative, absolute.

static
static
normal
relative
normal
in flow
abs top-right
abs bottom-left
z:1
z:3
z:2

Expected: static boxes flow normally, relative box is nudged, absolute boxes pin to corners, z-index controls overlap order (green on top, blue middle, red bottom).

Back to index