Гирлянда Маленькие шары
Код:
<!-- Гирлянда Маленькие шары --> <style> .balloons { position: absolute; top: 0; left: 0; height: 33px; width: 100%; background: url(https://i.imgur.com/2O9MvQ9.gif) repeat; } </style> <div class="balloons"></div>
Гирлянда Большие шары
Код:
<!-- Гирлянда Большие шары --> <style> .bigballs { position: absolute; top: 0; left: 0; height: 68px; width: 100%; background: url(https://i.imgur.com/1pZi3ql.gif) repeat; } </style> <div class="bigballs"></div>
Лампочки новогодние:
Код:
<!-- Лампочки новогодние --> <style> .lightbulbs { position: absolute; top: 0; left: 0; height: 33px; width: 100%; background: url(https://i.imgur.com/2xTDhY4.gif) repeat; } </style> <div class="lightbulbs"></div>
Ставить НТМЛ верх.