<html>
<head>
<style>
body {
background-image: url("gradient_bg.png");
background-repeat: repeat-x;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
<p>Here, a background image is repeated only horizontally!</p>
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_background-image_gradient2 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:03:21 GMT -->
</html>