summaryrefslogtreecommitdiff
path: root/Base/res/html/misc/background-repeat-x.html
blob: 8fb79710febebe1b2462fad91fc6fa2f27fc4eff (plain)
1
2
3
4
5
6
<style>
    body {
        background: white url("background-repeat.png") repeat-x;
    }
</style>
<body></body>