Благодарим за выбор нашего сервиса!
Тестовое сообщение
Сообщений 1 страница 2 из 2
Поделиться22022-09-14 19:22:07
[html]<link href="https://fonts.googleapis.com/css?family=Dancing+Script&display=swap" rel="stylesheet"><style>
#ship4 {display:flex; align-items: center; box-sizing:border-box; overflow:hidden; width:500px; height:250px; margin:auto auto auto 2em; padding: 20px 0; background: #080808;} /* shipovnik */
.shimg {order:2; background: 50% 50% no-repeat; background-size: cover; width:200px; height:250px; margin:-20px auto;}
.shimg::after {display: block; content: ""; background: transparent; width: 0; height: 0; margin-right: 92px; margin-top: -2px; border-left: 60px solid #080808; border-bottom: 254px solid transparent;}
.stx1 {order:1; width: 300px; box-sizing: border-box; text-align: center; line-height: 130%; font-size:11px; padding: 0 0 0 26px;}
/* НАЗВАНИЕ ЭПИЗОДА */
.stx1 > h5 {position: relative; margin-right: -30px; line-height: 150%; font-style:normal !important; font-weight:400;
font-size: 34px;
font-family: "Dancing Script", Times New Roman, serif;
color: #a1bce0;
text-shadow: 0 0 3px #000, 0 0 20px #2972d4;
}
/* ПЕРСОНАЖИ */
.stx1 > em {display:block; position: relative; margin-right: -30px; padding: 4px 0 18px 0;
font-family: Georgia, Arial, sans-serif;
font-weight:400;
font-size:11px;
font-style:italic !important;
color:#636363;
}
.stx2 {display: block; overflow: auto; max-height: 120px; text-align: justify; padding-right: 10px; text-shadow: 0 0 2px #000; color: #949494;}
.stx2::-webkit-scrollbar {width: 3px; height:3px; background-color: transparent;}
.stx2::-webkit-scrollbar-thumb {background: #232323;}
</style>
<div id="ship4">
<div class="shimg" style="background-image: url(https://pp.userapi.com/c845020/v8450203 … nu1PeM.jpg);"></div>
<div class="stx1">
<h5>Not Broken</h5>
<em>Персонаж_1 // Персонаж_2</em>
<div class="stx2"><!-- ТЕКСТ -->
Мы все еще живем бок о бок с вами. Мы также травим себя сигаретами и алкоголем, ловим такси по пути на работу, валимся с ног от усталости по вечерам и мечтаем о несбывшемся. Мы - замкнутое общество и с неохотой открываемся чужакам. Мы все еще живем бок о бок с вами. Мы также травим себя сигаретами и алкоголем, ловим такси по пути на работу, валимся с ног от усталости по вечерам и мечтаем о несбывшемся. Мы - замкнутое общество и с неохотой открываемся чужакам.
<!-- КОНЕЦ ТЕКСТА --></div></div></div>
[/html]