Hello World!

Here, a background image is repeated only horizontally!

The internal stylesheet embedded in the head of this page

<style>
body {
  background-image: url("include/images/gradient_bg.png");
  background-repeat: repeat-x;
}
</style>