repeat
<-- add a background-repeat class to body tag-->
+ <body class="background-repeat" >
<div>
<span class="v-bg-repeat">
</span>
</div>
background-repeat version
no-repeat
<-- add a background-repeat class to body tag-->
+ <body class="background-repeat" >
<div>
<span class="v-bg-norepeat">
</span>
</div>
background-norepeat version