/
Elezzar
/
Stellar_Burger
Обзор
Документация
Войти
/
Elezzar
/
Stellar_Burger
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
src/pages/ForgotPasswordPage/ForgotPasswordPage.module.css
30 строк
364 B
Elezzar
month-9/step-1
06 янв 2024, 14:01
06 янв 2024, 14:01
8423447
Код
Авторство
О чём код?
.main { margin: 180px auto auto; width: 480px; display: flex; align-items: center; flex-direction: column; } .form { display: flex; flex-direction: column; align-items: center; gap: 24px; } .item { margin-top: 80px; display: flex; gap: 8px; } .link { color: #4c4cff; text-decoration: none; } .link:hover { opacity: 50%; transition: all 0.5s; }