CSS: Position
- The position style property lets you detatch elements from the normal page position
- position: absolute - The element should be placed at a specific place on the page
- position: fixed - The element should "float" at a specific spot in the viewport
- position: relative - Position elements relative to this parent
- z-index - If elements overlap, which one is on top?
11 / 14