position | CSS-Tricks
div { position: static; /* Default, no need to set unless forcing back into this state. */ } div { position: relative; } div { position: absolute; } div ... What now? I have some ideas for you. Go explore CodePen! As a front end designer and developer, yo...