Код:
<!--HTML--> <div class="main_a"> <img src="https://i.imgur.com/t0whY4p.png" class="img_a"> <div class="absence"> <absence_text> Море работы, учёба до ночи, больничный и обыкновенное отсутствие вдохновения — мы вас прекрасно понимаем. Записывайтесь в лоу (если собираетесь стать милой улиточкой) или отсутствие (если собираетесь оставить нас на некоторое время).<br> В вашем распоряжении максимальный срок — <b>30 дней</b>. <i>Но!</i> Вы можете его продлить, отписавшись в этой же теме. </absence_text> <div class="absence_2"> <absence_title>Отсутствуют</absence_title> <absence_data>00.00.0000</absence_data> <absence_name>Name Surname</absence_name> <absence_title>В лоу</absence_title> <absence_data>00.00.0000</absence_data> <absence_name>Name Surname</absence_name> <absence_data>00.00.0000</absence_data> <absence_name>Name Surname</absence_name> </div> <img src="https://i.imgur.com/9NDEOo4.png" class="img_a_2"> </div></div> <style> .main_a { background: #efe0cd; display: block; height: 320px; margin-top: -25px; position: absolute; width: 715px; left: 265px; z-index: 1; } .absence { background: #efe0cd; box-shadow: 0 0 18px 1px #b58e6c61; margin-left: 85px; margin-top: 50px; width: 550px; height: 200px; } .absence_2 { position: relative; width: 200px; left: 350px; display: flex; flex-direction: column; height: 160px; overflow: auto; padding-right: 7px; top: -130px; } absence_text { display: block; width: 300px; position: relative; top: 20px; left: 25px; line-height: 1.6; letter-spacing: 0.2px } absence_title { background: #ead9c9; text-align: right; margin-bottom: 5px!important; margin-top: 5px!important; text-transform: uppercase; padding: 3px 10px 3px 0px; font-weight: bold; color: #ad9c8a; font-family: arial; } absence_data { background: #d0c2b4; padding: 3px 10px 3px 5px; margin-bottom: 5px!important; margin-top: 5px!important; color: #faede1; } absence_name { margin-top: 5px!important; margin-bottom: 5px!important; } .absence_2::-webkit-scrollbar { width: 4px; } .absence_2::-webkit-scrollbar-track { background-color: #cebca9; } .absence_2::-webkit-scrollbar-thumb { background-color: #e18454; } .img_a_2 { background-size: 100%; width: 150px; position: absolute; left: 60px; margin-top: -150px; } .img_a { background-size: 100%; width: 120px; position: absolute; left: 520px; } </style>