[html]<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<div class="penrose">
<div class="penrose1">сын полка</div>
<div class="penrose-img-1"></div>
<img src="https://i.pinimg.com/564x/a9/7b/9d/a97b9d7d627fee16e97dacf4c751dc77.jpg" class="penrose-img" />
<div class="penrose-tag"><span class="penrose-tag-1">Levi Ackerman, Eren Yeager</span><br>845, после атаки на шиганшину <br></div>
</div>
<style>
:root {
--white1: #e3e3e4;
}
.penrose {
width: 500px;
height: 450px;
margin: 10px auto 0;
background-color: rgba(0, 0, 0, .5);
position: relative;
}
.penrose-img {
overflow: hidden;
left: -5%;
margin-top: 12%;
height: 300px;
position: absolute;
object-fit: cover;
}
.penrose1 {
position: absolute;
right: 22%;
top: 4.5%;
text-transform: uppercase;
font-weight: 700;
font-family: "Roboto Condensed";
color: #ffffff;
letter-spacing: 1px;
font-size: 18px;
width: 380px;
text-align: right;
}
.penrose-shape-1 {
top: 7%;
width: 100px;
height: 1px;
position: absolute;
background: #ffffff;
right: 0;
}
.penrose2 {
background: var(--white1);
margin: 0 auto;
text-align: justify;
letter-spacing: 1px;
font-family: Roboto;
font-size: 10px;
color: #000;
line-height: 180%;
width: 380px;
height: auto;
position: relative;
padding-left: 80px;
padding-top: 48px;
padding-right: 40px;
padding-bottom: 60px;
}
.penrose-line {
position: absolute;
top: 98%;
background: #818181;
width: 420px;
height: 1px;
margin: 0 auto;
right: -5%;
}
.penrose-tag {
text-align: right;
right: 7.8%;
letter-spacing: 2px;
top: 87%;
text-transform: uppercase;
font-family: "Roboto Mono";
font-size: 10px;
color: #000;
position: absolute;
line-height: 190%;
}
.penrose-tag-1 {
color: #000;
border-bottom: 1px solid #a3c5c5;
padding-bottom: 1px;
}
.penrose-tag-1:before {
content: "#";
font-size: 12px;
}
.penrose-tag a {
border-bottom: 1px solid #a3c5c5;
color: #000;
text-decoration: none;
}
.penrose-tag-1 a {
border-bottom: 1px solid #a3c5c5;
color: #000;
text-decoration: none;
}
.penrose2 dropcap {
font-family: "Playfair Display";
font-size: 45px;
float: left;
margin-right: 5px;
height: 35px;
width: 30px;
background: #a3c5c5;
color: #000;
font-weight: 700;
text-transform: uppercase;
}
.penrose2 p {
margin-top: 6.6%;
}
.satcredits {
margin-top: 0.5%;
font-family: Honeybee;
font-size: 9px;
color: #000;
text-align: center;
}
.satcredits a {
color: #000;
text-decoration: none;
}
</style>[/html]