




графика
Сообщений 1 страница 2 из 2
Поделиться22025-12-30 00:54:47
[html]
<style>
.custom_tag_ineed {
width: 675px;
margin: auto;
background: #251014;
color: #D45251;
text-align: center;
font-family: 'Trebuchet MS', sans-serif;
border: 1px solid #D45251;
}
.custom_tag_needheader {
background: #D45251;
color: #251014;
display: flex;
flex-direction: row;
padding: 12px 12px 0px 12px;
justify-content: space-between;
margin-bottom: 16px;
align-items: center;
gap: 16px;
}
.custom_tag_needheader>p {
font-size: 48px !important;
line-height: 100% !important;
margin-bottom: 0px !important;
align-self: flex-start;
letter-spacing: -4px;
width: auto;
flex-shrink: 0;
}
.custom_tag_needname,
.custom_tag_needoccupation,
.custom_tag_needconnection {
height: auto;
display: flex;
flex-direction: column;
align-content: flex-start;
align-items: flex-start;
}
.custom_tag_needname::before {
content: 'ИМЯ И ФАМИЛИЯ';
font-size: 12px;
}
.custom_tag_needoccupation::before {
content: 'РОД ЗАНЯТИЙ';
font-size: 12px;
}
.custom_tag_needconnection::before {
content: 'ХАРАКТЕР СВЯЗИ';
font-size: 12px;
}
.custom_tag_needname>p {
text-transform: uppercase !important;
font-size: 24px !important;
margin-bottom: 2px !important;
text-align: left;
line-height: 110% !important;
}
.custom_tag_ineed2 {
display: flex;
flex-direction: row;
padding: 0px 24px 24px 24px;
gap: 16px;
margin-top: 16px;
}
.custom_tag_needoccupation,
.custom_tag_needconnection {
width: 50%;
border-bottom: 1px solid #D45251;
}
.custom_tag_needoccupation>p,
.custom_tag_needconnection>p {
text-transform: uppercase !important;
font-size: 16px !important;
margin-bottom: 2px !important;
text-align: left;
line-height: 110% !important;
}
.custom_tag_anktxt {
padding-top: 40px;
width: 675px;
margin: auto;
}
</style>
<div class="custom_tag_ineed">
<div class="custom_tag_needheader">
<p>2077 / 2099</p>
<div class="custom_tag_needname">
<p>NAME SURNAME // ИМЯ ФАМИЛИЯ</p>
</div>
</div>
<div>
<img src="https://upforme.ru/uploads/001c/8a/d2/2/23073.png">
<div>
имя внешности (арты, нейронка, оригинал)
</div>
</div>
<div class="custom_tag_ineed2">
<div class="custom_tag_needoccupation">
<p>РОД ЗАНЯТИЙ ПЕРСОНАЖА</p>
</div>
<div class="custom_tag_needconnection">
<p>КЕМ ПРИХОДИТСЯ</p>
</div>
</div>
</div>[/html]






