[html]<style>
.forum-table-container {
background-image: url(https://upforme.ru/uploads/001c/86/f6/2/140849.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: #dcd2c8;
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: 0px;
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>
<ul>
<li>Тема в которой будут освещаться все важные события форума. Не забывайте заглядывать сюда, так как информация может быть очень полезна.</li>
</ul>
</div>
</div>
[/html]
[hideprofile]