CSS Ustaw obraz tła powtórz pionowo
<style>
body {
background-image: url("img_tree.png");
background-repeat:repeat-y ;
}
</style>
Yucky Yak
<style>
body {
background-image: url("img_tree.png");
background-repeat:repeat-y ;
}
</style>