[hideprofile][html]<style>
.forum-table-container {
background-image: url(https://upforme.ru/uploads/0019/49/95/2/114311.jpg); /* Фон подложки */
color: #2e2d2d;
padding: 20px;
text-align: center;
border-radius: 10px;
font-family: American Typewriter , sans-serif;
}
.forum-table-header {
text-align: center;
font-family: American Typewriter , serif;
font-size: 40px;
font-weight: bold;
margin-bottom: 20px;
text-transform: uppercase;
}
.forum-table-columns {
display: flex;
text-align: center;
border-radius: 10px;
gap: 15px;
}
.forum-table-column {
flex: 1;
text-align: center !important;
background-color: #dddddd;
color: #2e2d2d;
border-radius: 10px;
padding: 15px;
}
.forum-table-column h3 {
text-align: center;
font-size: 18px;
font-weight: bold;
border-radius: 10px;
text-transform: uppercase;
margin-top: 0;
}
.forum-table-column hr {
border: none;
text-align: center;
height: 1px;
background-color: #2e2d2d;
margin: 10px 0;
}
.forum-table-column ul {
list-style-type: none;
padding: 0;
text-align: center;
margin: 0;
}
.forum-table-column li {
margin-bottom: 10px;
text-align: center;
}
.forum-table-footer {
background-color: #dddddd;
color: #2e2d2d;
border-radius: 10px;
text-align: center;
padding: 10px;
margin-top: 20px;
font-weight: bold;
}
.forum-table-footer .highlight {
font-weight: bold;
text-align: center;
}
</style>
<div class="forum-table-container">
<div class="forum-table-column">
<h1>ДОПРОС С ПРИСТРАСТИЕМ</h1>
<hr>
<img src="https://64.media.tumblr.com/e270e7561f8fface29852231410f67b4/a44fc40695d2ef19-1a/s540x810/b806cc28bcafadea8817abeef971c44fe7606ce2.gif">
<ul>
<li>Вначале каждого месяца в эту тему будет выкладываться один вопрос относительно вашего ролевого опыта или вашего персонажа, на который вам предстоит ответить чем более развёрнуто, тем лучше. А за каждые 5 ответов вы будете получать $. Если вы не успели ответить на какой-либо из вопросов - просто ответьте на него вместе с текущим. </li>
</ul>
</div>
</div>
</div>
[/html]