[html]<style>
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
.fenris_tems_box {
background: #f1f1f1;
width: 825px;
height: auto;
margin: auto;
padding: 0px 30px 30px;
}
.fenris_tems_box h6 {
color: #f1f1f1;
border-radius: 10px 10px 0px 0px;
font: 500 32px Nizhe;
letter-spacing: 3px;
background: #797c9b;
margin: 0;
text-transform: uppercase;
text-align: center;
padding: 1px 13px 0px;
margin-bottom: 0px;
background-image: url(https://forumstatic.ru/files/001b/ad/91/12491.png);}
.fenris_tems_img {
overflow: hidden;
height: 60px;
position: relative;
margin-bottom: 30px;
}
.fenris_tems_img img {
width: 100%;
filter: grayscale(100%)
}
.fenris_tems_img:after {
content: "";
position: absolute;
background: rgb(101 181 197 / 41%);
width: 100%;
height: 100%;
top: 0%;
left: 0%;
}
.fenris_tems_text {
text-align: justify;
font: 400 14px/17px cuprum;
padding: 0px 2px 10px;
}
</style>
<div class="fenris_tems_box">
<h6>хочу к вам</h6>
<div class="fenris_tems_text">
<br>
Есть идея? Есть решение! Просто изложите все мысли о персонаже и кем бы вы хотели стать для наших игроков. Уверены, что никто не пройдет мимо и совсем скоро вы обзаведетесь семьей и лучшими друзьями, а может найдете свою любовь и начнете строить свой дом.
Ограничений по шаблону нет, на все воля вашей фантазии.
<hr class="hr-horizontal">
<style>
.hr-horizontal {
margin: 10px 0;
padding: 0;
height: 6px;
border-radius: 0px 0px 5px 5px;
background-image: url(https://forumstatic.ru/files/001b/ad/91/12491.png);
}
</style>
</div>
</div>[/html]