Новогодние веточки в углу сайта на CSS
1 2 3 4 5 6 |
.img { position: absolute; z-index: 1; top: 0px; left: 0px; } |
1 2 3 4 5 6 7 |
.img { position: absolute; z-index: 1; top: 0px; right: 0px; transform: rotateY(180deg); } |
1 |
<img width="400px" class="img" src="https://imapo.ru/img/imgr1.png"> |
1 |
<img width="400px" class="img" src="https://imapo.ru/img/imgr2.png"> |
1 |
<img width="400px" class="img" src="https://imapo.ru/img/imgr3.png"> |
1 |
<img width="400px" class="img" src="https://imapo.ru/img/imgr4.png"> |
благодарю!
Всегда пожалуйста 🙂