[html]<style> .twitter { position: relative;
background: aliceblue;
width: 680px;
height: auto;
padding: 30px 20px 0px;
box-sizing: border-box;}
.twitter twhead { width: 630px;
height: 250px;
position: relative;
display: block;}
.twitter twhead img { width: 630px;
max-height: 250px;
object-fit: cover;}
.twitter user_avatar { height: 100px;
position: relative;
top: -60px;
left: 10px;
display: block;
width: 100px;}
.twitter user_avatar img { max-height: 100px; object-fit: cover; border: 2px solid aliceblue; border-radius: 50%; }
.twitter user_avatar:after { content: "Читать";
float: right;
position: absolute;
padding: 10px 20px;
top: 70px;
left: 536px;
border: 1px solid #1da1f2;
color: #1da1f2;
font-weight: bolder;
border-radius: 15px; }
.twitter user_name:after { content: url(https://forumupload.ru/uploads/0018/b2/d3/2/395218.png);
position: relative;
top: 3px; }
.twitter user_name { position: relative;
top: -55px;
left: 10px;
font-weight: bold;
font-size: 18px;
display: block; }
.twitter user_url { font-size: 12px;
color: gray;
font-weight: normal;
display: block;
left: 10px;
position: relative;
top: -54px;}
.twitter status {display: block;
position: relative;
top: -45px;
left: 10px;
color: #6f6f6f;}
.twitter location:before { content: url(https://forumupload.ru/uploads/0018/b2/d3/2/443779.png);
position: relative;
top: 3px; }
.twitter location {display: block;
position: relative;
left: 10px;
top: -40px;
color: #6f6f6f;}
.twitter birth {display: block;
position: relative;
left: 10px;
top: -35px;
color: #6f6f6f;}
.twitter subscribers {display: block;
position: relative;
left: 10px;
top: -30px;
color: #6f6f6f;}
</style>
<div class ="twitter" style ="background-color: black;"> <twhead> <img src="https://i.pinimg.com/originals/33/b1/e0/33b1e01e371bc01d11439686f7700b19.jpg"></twhead>
<user_avatar> <img src="https://forumupload.ru/uploads/0018/b2/d3/2/509838.png"> </user_avatar>
<user_name> twitter </user_name>
<user_url>@twitter </user_url>
<status> какой-то текст </status>
<location> США, штат Мэн, Редфилд </location>
<birth> Дата основания: 29.09.1723 </birth>
<subscribers> <b>140</b> читаемых <b>56 млн.</b> читателей </subscribers></div>
[/html]