[html]<style>#ship0 {
--mrs0: auto; /* отступ слева, auto - для центровки */
--bgs0: #c0b49d; /* фон карточки */
--cls0: #111; /* цвет текста */
--shw0: 700px; /* ширина карточки */
--shw1: 200px; /* ширина картинки */
--shh1: 300px; /* высота картинки */
--shh2: 180px; /* высота блока с описанием */
--brs0: #58584f; /* цвет внутренних рамок */
}
#ship0 {display:grid; grid-template-columns:auto auto;
grid-template-rows:1fr auto; margin: 10px auto 10px var(--mrs0);
max-width:var(--shw0); overflow:hidden;
background:var(--bgs0); color: var(--cls0);}
#ship0, #ship0 * {box-sizing:border-box; /* shipovnik */}
.apict {grid-column: 1 / 2; grid-row: 1 / -1; background:
no-repeat 50% 50%; background-size:cover; width:var(--shw1); height:var(--shh1); overflow:hidden; clip-path:
polygon(0 0, 100% 0, 100% 70%, 0% 100%);}
.atext {grid-column: 2 / 3; grid-row: 1 / 2; display:block; padding: 24px 24px 0 24px;}
.atext > em {display:block; padding: 6px 0; line-height:100%; text-align:center;
font-style:normal !important; margin-bottom:26px; font-size: 16px; border-bottom: 1px solid var(--brs0);
border-top: 1px solid var(--brs0);}
.anzv {grid-column: 2 / 3; grid-row: 2 / 3; display:block; position:relative; padding: 57px 67px 12px calc(var(--shw1) / 2);
margin-left: calc(0px - var(--shw1)); text-align:center;}
.anzv > span {display:block; padding:0 !important; width:100%; height:0px; background:transparent; border-bottom: 6px solid var(--brs0);}
.anzv > h6 {transform: translateY(-70%); text-shadow: 1px 1px 3px var(--brs0); font-family: Georgia, Tahoma, serif;
font-weight: 400; font-style: italic; font-size: 26px;}
.atext p::-webkit-scrollbar {width:5px; height:5px; background-color: rgba(255, 255, 255,1);}
.atext p::-webkit-scrollbar-thumb {background:#bdbdbd; box-shadow:inset 0 0 0 2px var(--bgs0);}
/* ТЕКСТОВЫЙ БЛОК */
.atext > p {padding: 0 5px 0 0 !important; overflow: auto; line-height: 130% !important; height: var(--shh2); font-size: 19px;
text-align: center; font-style: italic;
}</style>
<div class="atext"><em>
<linblk>
<a href="https://darkmatter.rusff.me/viewtopic.php?id=1284#p199338">Лимбо</a> <br>
<a href="https://darkmatter.rusff.me/viewtopic.php?id=1284#p199339">Ад и Ад Када</a> <br>
<a href="https://darkmatter.rusff.me/viewtopic.php?id=1284#p199340">Рай</a> <br>
<a href="https://darkmatter.rusff.me/viewtopic.php?id=1284#p199341">Маливор</a>
</linblk><br><br>
</div>[/html]