How to place my <p>texts</p> after the end of the background image, keeping leading <h1> as is? – Html
The url is https://sputnick.fr/ The HTML is: body { background-color: #15141A; background-image: url("https://sputnick.fr/header.jpg"); color: white; font-family: "Arial"; font-size: 16px; } <h1>foobar</h1> <p>lorem ipsum doloris</p> <p>lorem ipsum doloris</p> <p>lorem ipsum doloris</p> <p>lorem ipsum doloris</p> I searched MDN and other ressources, but…