[hideprofile]
[html]<div class="needamcname">ФОРУМУ НЕ ХВАТАЕТ ТОЛЬКО ТЕБЯ, ...</div>
<div class="needamc">
<div class="needshorinf">
<div class="needshorinf-img"><img src="https://upforme.ru/uploads/001c/7b/56/2/200115.png"><span>*</span><img src="https://upforme.ru/uploads/001c/7b/56/2/200115.png"></div>
</div>
</div>
<div class="needshorinf-per">[Group/solo/actor]</div>
<div class="needshorinf-text">Описание в свободной форме. Здесь размещаются те заявки, которые не столь срочны, но являются обычным пожеланием по велению души. Можешь не расписывать и оставить только желаемый образ.</div>
<style>
.needamc {
position: relative;
z-index: 5;
padding: 20px;
background: url(https://upforme.ru/uploads/001c/37/ca/2/284774.jpg) center no-repeat;
background-size: cover;
border-radius: 20px;
width: 535px;
margin: auto;
text-align: center;
}
.needamcname {
font-family: 'Playfair';
font-size: 20px;
text-align: center;
}
.needshorinf-img {
color: #fff;
display: flex;
justify-content: space-evenly;
align-items: center;
font-size: 34px;
font-family: 'Playfair';
}
.needshorinf-per {
text-align: center;
margin-top: 5px;
margin-bottom: 5px;
}
.needshorinf-text {
width: 570px;
padding: 15px;
margin: auto;
background: #cfcdcd;
border-radius: 15px;
font-size: 13px;
}
</style>
[/html]
Код:[html]<div class="needamcname">ФОРУМУ НЕ ХВАТАЕТ ТОЛЬКО ТЕБЯ, ...</div> <div class="needamc"> <div class="needshorinf"> <div class="needshorinf-img"><img src="ссылка на первое изображение"><span>*</span><img src="ссылка на второе изображение"></div> </div> </div> <div class="needshorinf-per">[Group/solo/actor]</div> <div class="needshorinf-text">Описание в свободной форме. Здесь размещаются те заявки, которые не столь срочны, но являются обычным пожеланием по велению души. Можешь не расписывать и оставить только желаемый образ.</div> <style> .needamc { position: relative; z-index: 5; padding: 20px; background: url(https://upforme.ru/uploads/001c/37/ca/2/284774.jpg) center no-repeat; background-size: cover; border-radius: 20px; width: 535px; margin: auto; text-align: center; } .needamcname { font-family: 'Playfair'; font-size: 20px; text-align: center; } .needshorinf-img { color: #fff; display: flex; justify-content: space-evenly; align-items: center; font-size: 34px; font-family: 'Playfair'; } .needshorinf-per { text-align: center; margin-top: 5px; margin-bottom: 5px; } .needshorinf-text { width: 570px; padding: 15px; margin: auto; background: #cfcdcd; border-radius: 15px; font-size: 13px; } </style> [/html]