Hey experts: I'm experimenting with something, but can't quite grasp the concept... My main Div contains a paragraph of text and an image (each nested in their own Divs) at the top of the HTML page. The image is styled to float right while styling the text has me stuck.
To better illustrate: how do I move JUST THE TEXT down 50px from the top of the page?
When I add padding or margin to style the text, it moves both the text and the image together. How can I keep the image where it is and only shift the text downward, leaving white space above the text and not the image?
Is this achieved through a positioning style? Or am I approaching this incorrectly? Appreciate your assistance!