/
Pupa
/
Pomodoro_timer
Обзор
Документация
Войти
/
Pupa
/
Pomodoro_timer
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
compiledCss/style.css
70 строк
1 KB
Pupa
Create: style.css, restart.svg, app.js, index.html
06 авг 2026, 20:42
Верифицирован
06 авг 2026, 20:42
a7d18c3
Код
Авторство
О чём код?
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"); * { font-family: "Inter", sans-serif; padding: 0; margin: 0; } body { background: linear-gradient(to right, rgba(0, 255, 157, 0.4), rgba(0, 125, 255, 0.4)); display: flex; justify-content: center; align-items: center; min-height: 100vh; } h1 { font-size: clamp(150px, 10vw, 200px); color: #001D4F; } body > div { display: flex; flex-direction: column; align-items: center; gap: 20px; } .start__btn { background: #001D4F; padding: 6%; box-shadow: 2px 2px 2px rgb(122, 120, 120); min-width: 180px; color: white; border: none; border-radius: 20px; font-size: 30px; font-weight: 200; transition: 0.5s; } .start__btn:hover { background: #010f27; cursor: pointer; } .restart__btn:hover { background: #b0b0b0; cursor: pointer; } .btn__container { display: flex; gap: 10%; } .restart__btn { background: white; padding: 1%; box-shadow: 2px 2px 2px rgb(122, 120, 120); border: none; border-radius: 100%; min-width: 30%; transition: 0.5s; } .restart__btn img { height: 25px; width: 25px; } /*# sourceMappingURL=style.css.map */