/
Rics
/
JobReady
Обзор
Документация
Войти
/
Rics
/
JobReady
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Front/src/pages/Hello/hello.module.scss
124 строки
2 KB
Rics
add app
16 сен 2025, 16:56
16 сен 2025, 16:56
75981cd
Код
Авторство
О чём код?
.container { display: flex; flex-direction: column; min-height: 100vh; } .main{ display: flex; align-items: center; padding: 110px 40px; } .title{ font-family: var(--gotham-medium); font-weight: 700; font-size: 64px; color: #FFFFFF; width: 800px; line-height: 110%; text-align: center; margin-bottom: 20px; } .blue{ color: var(--accent) } .subtitle{ font-family: var(--gotham-light); font-weight: 400; font-size: 16px; line-height: 140%; text-align: center; color: rgba(254, 254, 254, 0.7); width: 570px; } .button_container{ justify-content: left; gap: 20px; display: flex; margin-top: 45px; } .button, .button_start { justify-content: center; align-items: center; padding: 17px 20px; gap: 10px; border-radius: 8px; font-family: var(--gotham-medium); font-weight: 400; font-size: 16px; line-height: 100%; text-transform: uppercase; cursor: pointer; transform: translateY(0); transition: all 0.25s ease; &:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 8px 20px rgba(79, 127, 247, 0.4); } } .button { border: 1px solid var(--accent); color: var(--accent); &:hover { background: rgba(79, 127, 247, 0.1); } } .button_start { background: var(--accent); color: #FEFEFE; &:hover { background: #3e68d6; } } .back{ position: absolute; width: 500px; height: 500px; z-index: -1; right: 0; top: 429px; } .inner{ margin-top: 220px; text-align: center; padding: 0 420px; margin-bottom: 40px; } .reason{ font-family: var(--gotham-medium); font-weight: 400; font-size: 33px; line-height: 130%; color: white; margin-bottom: 20px; } .cause{ font-family: var(--gotham-light); font-style: normal; font-weight: 400; font-size: 16px; line-height: 140%; color: rgba(254, 254, 254, 0.7); } .cards{ display: flex; flex-direction: row; gap: 25px; margin-bottom: 160px; }