
занятые роли • нужные персонажи
- Подпись автора
[html]
<link href="https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&display=swap" rel="stylesheet">
<div style="display: flex; align-items: center; justify-content: flex-end; margin-left: auto; width: fit-content; height: 120px;">
<!-- Текст -->
<div style="text-align: right; margin-right: 20px; width: 300px;">
<p style="margin: 0; color: #184d42; font-family: 'Philosopher', sans-serif; font-size: 24px; line-height: 1.1; font-weight: 700; text-align: right; height: 120px; display: flex; flex-direction: column; justify-content: center;">
всегда найдется тот,<br>
кто заплатит<br>
за забыть
</p>
</div>
<!-- Картинка с текстом -->
<div style="position: relative;">
<img src="https://i.ibb.co/sd7fv06v/1111.jpg"
alt="Иллюстрация"
style="width: 200px; height: 120px; object-fit: cover; border-radius: 12px; border: 2px solid #1a3c34; display: block;">
<!-- Текст поверх картинки -->
<div style="position: absolute; bottom: 5px; right: 8px; color: #ffffff; font-family: 'Cinzel', serif; font-size: 9px; letter-spacing: 0.5px; text-shadow: 1px 1px 2px rgba(0,0,0,0.7); background: rgba(26, 60, 52, 0.6); padding: 2px 6px; border-radius: 2px;">
Kai Chalfant, 29 y.o.
</div>
</div>
</div>
[/html]