[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: #F1F3C7;
width: 550px;
height: auto;
margin: auto;
padding: 0px 30px 30px;
}
.fenris_tems_box h6 {
color: #F1F3C7;
font: 700 40px arimo;
background: #2D1B06;
margin: 0;
text-transform: uppercase;
padding: 30px 15px 15px;
margin-bottom: 30px;
}
.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: rgba(0,0,0,.7);
width: 100%;
height: 100%;
top: 0%;
left: 0%
}
.fenris_tems_text {
text-align: justify;
font: 400 italic 11px/18px merriweather;
}
</style>
<div class="fenris_tems_box">
<h6>Добро пожаловать!</h6>
<div class="fenris_tems_img">
<img src="https://comments.bot/userpic/f7fa655c4221b763aadce.jpg">
</div>
<div class="fenris_tems_text">
Мы рады приветствовать тебя мой друг! В честь открытия ролевой мы решили создать акцию для всех канонических и неканонический персонажей! Акция будет длиться ровно 1 месяц с открытия ролевой. Мы ждем каждого ©always&forever
</div>
</div>[/html]