The position Property

Relative positioning moves an element RELATIVE to its original position.

The style "left: -30px;" subtracts 30 pixels from the element's original left position.

The style "left: 50px;" adds 50 pixels to the element's original left position.

This heading is moved left according to its normal position

This heading is moved right according to its normal position