Код:
<!--HTML--><link href="https://fonts.googleapis.com/css2?family=Oranienbaum&display=swap" rel="stylesheet">
<style>#ship1 {display:block; padding:40px; margin: 1.2em 1em 1.2em 2.2em; background: url("https://upforme.ru/uploads/001b/62/03/3/637414.jpg"); outline: 1px solid #000; outline-offset:10px; max-width:600px; box-sizing:border-box;} /* shipovnik */
/* БЛОК АВАТАРОК */
.shiprs {
display:block;
border-top: 1px solid #c6a38a;
text-align:center;
margin: 35px auto auto;
}
/* АВАТАРКИ КАРТИНКИ */
.shiav {
display:inline-block;
width: 70px;
height: 70px;
border-radius:50%;
background:#000;
margin: auto 10% auto auto;
border: 1px solid #330909;
transform: translate(0%, -50%);
transition: all 0.3s ease;
background-position:50% 50%;
background-size:cover;
}
.shiav:last-child {margin-right:0px;}
.shiav:hover {transition: all 0.3s ease; transform: scale(1.2) translate(0%, -40%);}
/*** ЗАГОЛОВОК ***/
#ship1 > em {
display:block;
margin: -10px auto 8px auto;
text-align:center;
font-style: normal !important;
letter-spacing:3px;
color:#c6a38af;
font-family: Oranienbaum, Georgia, sans-serif;
font-size: 40px;
}
/*** БЛОК ТЕКСТА ***/
#ship1 > .btext {
padding: 0 50px;
font-size:14px;
color:#331412;
font-family: Arial, Tahoma, sans-serif;
text-align:justify;
}
/*** ПЕРСОНАЖИ ***/
.btext > p {
margin:auto !important;
padding-bottom: 16px !important;
text-align:center;
font-style:normal;
font-size:11px !important;
color:#382222;
}
</style>
<div id="ship1"><div class="shiprs">
<!-- ЗДЕСЬ АВАТАРЫ -->
<div class="shiav" style="background-image:url(https://upforme.ru/uploads/001b/62/03/3/327874.jpg)"></div>
<div class="shiav" style="background-image:url(https://upforme.ru/uploads/001b/62/03/3/327874.jpg)"></div>
<div class="shiav" style="background-image:url(https://upforme.ru/uploads/001b/62/03/3/327874.jpg)"></div>
</div>
<em>Название Эпизода</em>
<div class="btext"><p>
Персонаж_1 — Персонаж_2 — Персонаж_3
</p>
Мы все еще живем бок о бок с вами. Мы также травим себя сигаретами и алкоголем, ловим такси по пути на работу, валимся с ног от усталости по вечерам и мечтаем о несбывшемся. Мы - замкнутое общество и с неохотой открываемся чужакам.
</div></div>
Взять код - убрать звездочки в теге
