Himas Rafeek
Posted on: 2 years ago
CSS

Background Image Tiling With CSS

Cascading Style Sheets allow developers to exercise greater control over background images on the Web. You can make an image tile vertically across the page, horizontally across the page, or both. Simply define the style at the top of the page, and declare in the tag.

The .vert class will tile the image vertically, the .horiz class will tile it horizontally, and the .both class will cover the screen.