Answer:
Correct answer is All content would be placed 50 pixels to the left of the current box.
Step-by-step explanation:
In Css position property is used to position an element in page. Relative positions assigns element a new position in reference to its original position. In this case after applying css new position would be 50 px to left. As the style is applied on body tag so the css position transformation will affect all page.