Swino4ka
Присоединился 7 февраля 2025
Swino4ka (обсуждение | вклад) тесты медиавики |
Swino4ka (обсуждение | вклад) Реально работает |
||
| Строка 10: | Строка 10: | ||
== Хай == | == Хай == | ||
<div class="main__block__div"> | |||
<div class="box"> | |||
<div class="label">МЕХАНИКИ</div> | |||
</div> | |||
<div | <div class="box"> | ||
<div class="label">ЛОР</div> | |||
</div> | |||
{{#css: | |||
.main__block__div { | |||
background-color: #18181b; | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
height: 100vh; | |||
gap: 40px; | |||
} | |||
.box { | |||
width: 240px; | |||
height: 320px; | |||
background-color: #2a2a2e; | |||
display: flex; | |||
flex-direction: column; | |||
justify-content: flex-end; | |||
align-items: center; | |||
border-radius: 8px; | |||
transition: transform 0.3s ease-in-out; | |||
cursor: pointer; | |||
} | |||
.box:hover { | |||
transform: scale(1.1); | |||
} | |||
.box:active { | |||
transform: scale(0.9); | |||
} | |||
.label { | |||
width: 100%; | |||
height: 20%; | |||
line-height: 200%; | |||
background-color: #1a1a1d; | |||
text-align: center; | |||
justify-content: center; | |||
font-size: 32px; | |||
font-weight: bold; | |||
color: white; | |||
border-bottom-left-radius: 8px; | |||
border-bottom-right-radius: 8px; | |||
} | |||
.image__block { | |||
} | |||
}} | |||