[html]
<head>
<link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond" rel="stylesheet">
<style>
.dynasty-advert {
height: auto;
width: auto;
padding: 50px;
margin-top: 100px;
position: relative;
display: inline-block;
}
.dynasty-advert::before {
content: '';
height: 100px;
width: 300px;
top: -100px;
transform: translate(-50%, 0);
background-image: url("https://i.imgur.com/BFrF2Pd.png");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
position: absolute;
}
.dynasty-advert-gif {
width: 100px;
height: 100px;
border-radius: 5px;
position: absolute;
margin-top: -50px;
margin-left: 150px;
transform: translate(-50px, 0);
box-shadow: 0px 0px 10px 0px #000000;
z-index: 2;
}
.dynasty-advert-gif img {
width: 100px;
height: 100px;
border-radius: 5px;
object-fit: cover;
}
.dynasty-advert-character {
width: 300px;
height: 500px;
transform: translate(150px, 0);
position: absolute;
}
.dynasty-advert-character img {
width: 300px;
height: 500px;
object-fit: scale-down;
pointer-events: none;
}
.dynasty-advert-desc {
width: 300px;
height: 250px;
background: white;
border-radius: 100px 30px 100px 30px;
box-shadow: 0px 0px 10px 0px #000000;
overflow: auto;
}
.dynasty-advert-additional {
width: 300px;
height: 150px;
background: white;
margin-top: 50px;
border-radius: 30px 100px 30px 100px;
box-shadow: 0px 0px 10px 0px #000000;
overflow: auto;
}
.dynasty-advert-additional img {
width: 300px;
height: 150px;
object-fit: cover;
pointer-events: none;
}
.dynasty-advert-desc .textbox,
.dynasty-advert-additional .textbox {
position: relative;
z-index: 1;
}
.dynasty-advert-desc::-webkit-scrollbar,
.dynasty-advert-additional::-webkit-scrollbar {
display: none;
}
.dynasty-advert-desc h4 {
font-family: "Cormorant Garamond" !important;
font-size: 20px !important;
font-weight: bold !important;
text-align: center !important;
margin: 20% 0% 0% 0% !important;
}
.dynasty-advert-desc h2 {
font-family: "Times New Roman" !important;
font-size: 10px !important;
font-weight: bold !important;
text-align: center !important;
margin: 0% !important;
}
.dynasty-advert-desc h1 {
font-family: "Times New Roman" !important;
font-size: 10px !important;
font-weight: bold !important;
text-align: center !important;
margin: 0% 0% 5% 0% !important;
}
.dynasty-advert-desc p {
font-family: "Times New Roman" !important;
line-height: 100% !important;
font-size: 15px !important;
text-align: justify !important;
margin: 10% 10% 10% 10% !important;
text-shadow: #ffffff .1em 0, #ffffff -.1em 0, #ffffff 0 .1em, #ffffff 0 -.1em;
}
</style>
</head>
<body>
<center>
<div class="dynasty-advert">
<div class="dynasty-advert-gif">
<a href="https://vampdynasties.mybb.ru/viewtopic.php?id=15#p4747"><img src="https://forumupload.ru/uploads/0019/43/ec/2/t29111.gif" /></a>
</div>
<div class="dynasty-advert-character">
<img src="https://i.imgur.com/cZbuXJz.png" />
</div>
<div class="dynasty-advert-desc">
<div class="textbox">
<h4>Энтони Шелдон</h4>
<h2>22 года | человек</h2>
<p>Надёжный товарищ, любимый брат, классный дядя и просто солнышко!</p>
<h1>🩸 ЖМИ НА ГИФКУ 🩸</h1>
</div>
</div>
<div class="dynasty-advert-additional">
<img src="https://64.media.tumblr.com/edbae0c0bc25eb9a0c5c9a1672f1cc18/tumblr_o1tc9r9Vdq1twyezqo1_500.gif" />
</div>
</div>
</center>
</body>
[/html]
https://vampdynasties.mybb.ru/viewtopic … =53#p37850