click here for image I am trying to set a full viewport background image by applying it to the body tag. Currently, I have successfully achieved this with the following CSS code:
body { background-image: url(/picture.jpg); }
However, I also want to display text below the background image in a different section of the webpage. Due to the way I implemented the background image using the body tag, I am facing challenges in adding additional text after the image. Can someone please advise on how I can accomplish this? Your assistance is greatly appreciated. Thank you.