/
Qb
/
Test
Обзор
Документация
Войти
/
Qb
/
Test
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
style.css
147 строк
2 KB
Qb
upload files
07 окт 2025, 15:21
07 окт 2025, 15:21
129e0c4
Код
Авторство
О чём код?
*, *:before, *:after { margin: 0; padding: 0; box-sizing: border-box; } ul, ol { list-style: none; } html { font-size: 10px; } body { font-family: "Roboto Condensed", sans-serif; font-size: 2rem; color: #112227; background-color: rgba(17, 34, 39, .8); overflow: hidden; } .entrance { display: block; width: 100%; height: 100%; padding: 3rem; position: fixed; top: 0; left: 0; z-index: 1000; } .entrance__inner { display: flex; justify-content: center; align-items: center; min-height: 100%; } .entrance__content { width: 100%; max-width: 53rem; padding: 4rem; background-color: #C5E1FE; position: relative; transform: scale(1); opacity: 1; } .entrance__title { margin-bottom: .8rem; font-size: 4rem; font-weight: 500; line-height: 1.2; color: #254D57; } .entrance__text { margin-bottom: 4rem; font-size: 2.4rem; font-weight: 400; line-height: 1.2; color: #254D57; } .form__group { margin-bottom: 2rem; } .form__group--big { margin-bottom: 4rem; } .name { margin-bottom: .8rem; font-size: 2rem; font-weight: 400; line-height: 1.2; } .input { display: block; width: 100%; padding: 2rem 3.2rem; font-size: 2rem; font-weight: 400; line-height: 1.2; } .input::placeholder { font-family: "Roboto Condensed", sans-serif; font-size: 2rem; font-weight: 400; line-height: 1.2; } .necessarily { font-size: 1.4rem; font-weight: 400; line-height: 1.2; } .policy { font-size: 1.6rem; font-weight: 400; line-height: 1.2; } .policy__link { color: inherit; text-decoration: underline; } .btn { display: inline-block; padding: 1.8rem 3.2rem; width: 100%; background-color: #112227; border: 0; cursor: pointer; font-family: "Roboto Condensed", sans-serif; font-size: 2rem; font-weight: 400; line-height: 1.2; color: #fff; transition: background-color .2s linear; } .btn:hover { background-color: rgba(17, 34, 39, .8); } .btn:active { background-color: rgba(17, 34, 39, .4); }