This example sets the top edge of the paragraph 20 px below the top edge of the window: p { position: absolute; top: 20px }
This example sets the top edge of the paragraph 20 px above the top edge of the window: p { position: absolute; top: -20px }