[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: #dcd2c8;
    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 class="forum-table-columns">
    <div class="forum-table-column">
      <h3>Женские внешности</h3>
      <hr>
      <ul>
        <li>Anya Taylor-Joy – <a href="https://1920.rusff.me/profile.php?section=view&id=83">Sophia Cohen</a></li>
        <li>Anna Magnani – <a href="https://1920.rusff.me/profile.php?id=18">Gilda Calabrese</a></li>
        <li>Charlize Theron – <a href="https://1920.rusff.me/profile.php?id=71">Tatiana Ditkovskite</a></li>
        <li>Jessica Chastain - <a href="https://1920.rusff.me/profile.php?id=93">Marta Rothstein</a></li>
        <li>Deborah Grover – <a href="https://1920.rusff.me/profile.php?id=89">Astoria M. Gilbert</a></li>
        <li>Holliday Grainger – <a href="https://1920.rusff.me/profile.php?id=67">Amy Carroll</a></li>
        <li>Kaya Scodelario – <a href="https://1920.rusff.me/profile.php?id=82">Nataly Fogelman</a></li>
        <li>Meryl Streep – <a href="https://1920.rusff.me/profile.php?id=79">Hellen Walsh</a></li>
        <li>Michelle Dockery – <a href="https://1920.rusff.me/profile.php?id=2">Ruth O'Donnell</a></li>
        <li>Louis Brooks – <a href="https://1920.rusff.me/profile.php?id=94">Louise Sutherland</a></li>
        <li>Vanessa Kirby – <a href="https://1920.rusff.me/profile.php?id=2">Vanessa Anna Crane</a></li>
      </ul>
    </div>

    <div class="forum-table-column">
      <h3>Мужские внешности</h3>
      <hr>
      <ul>
        <li>C.J. Valleroy – <a href="https://1920.rusff.me/profile.php?id=47">Victor Cavalcante</a></li>
        <li>Chris Cleary Miles – <a href="https://1920.rusff.me/profile.php?id=47">Thomas Harrigan</a></li>
        <li>David Gandy – <a href="https://1920.rusff.me/profile.php?id=80">Sean O'Reilly</a></li>
        <li>Colin Firth – <a href="https://1920.rusff.me/profile.php?id=74">Isaac Goldman</a></li>
        <li>Jared Harris - <a href="https://1920.rusff.me/profile.php?id=78">Aiden Finley</a></li>
        <li>Jon Bernthal – <a href="https://1920.rusff.me/profile.php?id=81">John Whittaker</a></li>
        <li>Jack Roth – <a href="https://1920.rusff.me/profile.php?id=68">Jack Donovan</a></li>
        <li>Jeff Bridges – <a href="https://1920.rusff.me/viewtopic.php?id=92#p9212">James Carroll</a></li>
        <li>Jeffrey Dean Morgan – <a href="https://1920.rusff.me/profile.php?id=92">Ben Siegel</a></li>
        <li>Max Irons – <a href="https://1920.rusff.me/profile.php?id=72">Eugene Witla</a></li>
        <li>Ralph Fiennes – <a href="https://1920.rusff.me/profile.php?id=91">Charles M. Crane</a></li>
        <li>Viggo Mortensen – <a href="https://1920.rusff.me/profile.php?id=5">Nikolaus Rothstein</a></li>
        <li>Филипп Янковский - <a href="https://1920.rusff.me/profile.php?id=95">Sergei Volfert</a></li>
      </ul>
    </div>
  </div>
</div>

[/html]

Для заполнения скопировать код:

Код:
<li>имя фамилия - <a href="#">имя фамилия</a></li>

[hideprofile]