https://forumupload.ru/uploads/001a/cc/90/82/604799.jpg

ЗАПОЛНИТЕ ЗАЯВЛЕНИЕ НА ПОЛУЧЕНИЕ БУМАГ СЕГОДНЯ!

• Эта тема - последний кусочек бюрократии в нашей системе. 
• Заполните форму данными своего героя и нажмите "Составить".
• Информация после модерации будет отражаться в спойлере под аватаром (в спойлере есть картинка).

[html]<div class=profileinfo-filler__wrapper><form class="profileinfo-filler">
        <label for="heroName" class="profileinfo__label">Имя героя (кириллицей)</label>
        <label for="heroAge" class="profileinfo__label">Возраст (число)</label>
        <input class="profileinfo__input profileinfo__name" type="text" name="heroName" id="heroName"
            placeholder="Алиса Чародейкина">

        <input class="profileinfo__input profileinfo__age" type="number" name="heroAge" id="heroAge" placeholder="175">

        <label for="heroRace" class="profileinfo__label">Раса</label>
        <label for="heroJob" class="profileinfo__label">Занятие</label>
        <input class="profileinfo__input profileinfo__race" type="text" name="heroRace" id="heroRace"
            placeholder="эльф">

        <input class="profileinfo__input profileinfo__job" type="text" name="heroJob" id="heroJob"
            placeholder="сказочница">

        <label for="heroLinkName" class="profileinfo__label">Название ссылки на анкету</label>
        <label for="heroLink" class="profileinfo__label">Ссылка на анкету</label>
        <input class="profileinfo__input profileinfo__linkname" type="text" name="heroLinkName" id="heroLinkName"
            placeholder="досье героя">

        <input class="profileinfo__input profileinfo__link" type="text" name="heroLink" id="heroLink"
            placeholder="https://sintior.ru/viewforum.php?id=10">

        <input class="profileinfo__button" type="button" value="Составить">
    </form>

    <script type="text/javascript" src="https://forumstatic.ru/files/001a/cc/90/51418.js"></script>

    <style>

        .profileinfo-filler {
            display: flex;
            flex-wrap: wrap;
gap: 5%;
justify-content: center;
        }

        .profileinfo__input,
        .profileinfo__label {
margin: 5px;
            display: inline-block;
            width: 45%;

            box-sizing: border-box;
        }

.profileinfo__label {
font-family: "Livingstone", "CenturyGo", sans-serif;
    font-size: 17px;
        }

.profileinfo__input {
border-radius: 8px;
    border-top: 3px solid #21234b !important;
    border-bottom: 3px solid #21234b !important;
}
.profileinfo__button {
padding: 5px 10px;
font-family: "Livingstone", "CenturyGo", sans-serif;
}

    </style>[/html]