Posted 30 декабря, 20221 yr comment_188862 Замечательная подборка из четырёх веточек. 1#: В самый низ вашего CSS вставьте: .img { position: absolute; z-index: 1; top: 0px; right: 0px; transform: rotateY(180deg); } A) Для веточки в левом углу: Б) Для веточки в правом углу: .img { position: absolute; z-index: 1; top: 0px; left: 0px; } ПРИМЕР:
30 декабря, 20221 yr comment_188863 11 минут назад, Dimarik111 сказал: Замечательная подборка из четырёх веточек. 1#: В самый низ вашего CSS вставьте: .img { position: absolute; z-index: 1; top: 0px; right: 0px; transform: rotateY(180deg); } A) Для веточки в левом углу: Б) Для веточки в правом углу: .img { position: absolute; z-index: 1; top: 0px; left: 0px; } ПРИМЕР: Здесь части кода нет
31 декабря, 20221 yr comment_188867 .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); } 2#: На нужных страницах между body и /body вставьте: A) Для первого варианта: https://imapo.ru/img/imgr1.png 1 <img width="400px" class="img" src="https://imapo.ru/img/imgr1.png"> Б) Для второго варианта: https://imapo.ru/img/imgr2.png 1 <img width="400px" class="img" src="https://imapo.ru/img/imgr2.png"> В) Для третьего варианта: https://imapo.ru/img/imgr3.png 1 <img width="400px" class="img" src="https://imapo.ru/img/imgr3.png"> Г) Для четвёртого варианта: https://imapo.ru/img/imgr4.png 1 <img width="400px" class="img" src="https://imapo.ru/img/imgr4.png">
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.