[html]
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&display=swap" rel="stylesheet"><style>
.chr0 {
--marg: auto; /* отступ от левого края */
--bgclr: #b7c1b; /* цвет подложки */
--shp1: linear-gradient(45deg, #0a7a62, #0b9e61, #0b8f4b, #0a7a62); /* фон шапки */
--shc: #ECEDF9; /* текст шапки */
--shs: rgba(37696025,37696025,37696025,0.05); /* тень текста в шапке */
--epc: #f7fcfb; /* цвет ссылок простых */
--epa: #0a7a62; /* ссылка выкуплены*/
--epz: #0a7a62; /* ссылка придержаны */
}
.chr0 * {box-sizing: border-box;}
.chr0 {max-width: 700px; min-width: 470px; margin: 20px auto 20px var(--marg);
overflow:hidden; position:relative; display:block; padding-bottom:6px; background: var(--bgclr); font-family: Tahoma, Arial, sans-serif; font-size:14px;}
.shpk1 {position:relative; display:grid; grid-template-columns: 200px 1fr; grid-template-rows: auto; align-items: center; margin: 10px 0px 20px; padding: 14px 35px 14px 10px; background: var(--shp1); color: var(--shc); text-shadow: 0 1px 6px var(--shs);}
.shpk1 img {object-fit:cover; object-position: 50% 50%; margin:auto; width:170px; height:110px; grid-row: 1 / 2; grid-column: 1 / 2;}
.shpk1 > ul {grid-row: 1 / 2; grid-column: 2 / 3;}
.shpk1 > ul li:nth-child(2) {padding-top:4px; font-style:italic; font-size:16px; font-family: Georgia, serif; letter-spacing:0.06em; opacity:0.5;}
.chr0 .shpk1:first-child {margin-top:0px;}
.chr0 p, p.epp {display:block; padding: 0 70px 26px !important;}
p.epp > em {display:block; padding: 4px 0; font-style:normal !important; font-size:14px; font-family: Georgia, Tahoma, serif; opacity:0.8;}
.chr0 a {color:var(--epc); text-decoration: none;}
.chr0 a:hover {filter:brightness(1.25);}
.chr0 .epp a.act {color: var(--epa);}
.chr0 .epp a.close {color: var(--epz);}
.epp a.close:before {; margin-right:8px;}
.shpk1 > ul li:first-child, .epp > a {font-family: Oswald, Georgia, serif;}
.shpk1 > ul li:first-child {font-size:34px;}
.epp > a {font-size: 16px;}
</style><div class="chr0"><!--- START --->
<!--- текст и картинка в шапке--->
<div class="shpk1">
<img src="https://forumstatic.ru/files/001c/5f/f8/68875.gif" decoding="async">
<ul>
<li>Incident </li>
<li>Тема для желающих присоединиться к нам
<br>
Есть идея? Изложите в свободной форме
</li>
</ul></div>
<!--- END ---></div><br>
[/html]