body { background-image: url("https://www.webdesignerdepot.com/cdn-origin/uploads/design_content_life_cycle/starrynight.jpg"); background-repeat: repeat;} <h1>The background-repeat Property</h1> <p>Here, the background image is repeated both vertically and horizontally. This is default.</p> </body> </html>