<html>
<head>
<title></title>
</head>
<body>
<h3>This has a background image that repeats</h3>
</body>
</html>
body {
background-image: url('https://images.pexels.com/photos/1590549/pexels-photo-1590549.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500');
background-repeat: repeat-x;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.