Нет описания правки
тесты медиавики
Строка 9: Строка 9:
}}
}}
== Хай ==
== Хай ==
<div style="display: flex; justify-content: center; align-items: center; height: 100vh; gap: 40px;">
    <div style="
        width: 120px;
        height: 160px;
        background-color: #303039;
        border-radius: 10px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        transition: transform 0.3s ease-in-out;
        cursor: pointer;"
        onmouseover="this.style.transform='scale(1.1)'"
        onmouseout="this.style.transform='scale(1)'">
        <div style="justify-content: center; width: 100%; background-color: #212126; ; color: white; font-family: Arial, sans-serif; font-size: 14px;">МЕХАНИКИ</div>
    </div>
    <div style="
        width: 120px;
        height: 160px;
        background-color: #303039;
        border-radius: 10px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        transition: transform 0.3s ease-in-out;
        cursor: pointer;"
        onmouseover="this.style.transform='scale(1.1)'"
        onmouseout="this.style.transform='scale(1)'">
        <div style="justify-content: center; width: 100%; background-color: #212126; ; color: white; font-family: Arial, sans-serif; font-size: 14px;">ЛОР</div>
    </div>
</div>