<!doctype html>
<!DOCTYPE html>
<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;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.