- A relative positioned element is positioned relative to its normal position.
- The content of a relatively positioned elements can be moved and overlap other elements, but the reserved space for the element is still preserved in the normal flow.
- Relatively positioned element are often used as container blocks for absolutely positioned elements.