/
alex48
/
The-Game
Обзор
Документация
Войти
/
alex48
/
The-Game
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
style.css
71 строка
1 KB
cyrox007
fixed
23 окт 2022, 22:21
23 окт 2022, 22:21
8c312fb
Код
Авторство
О чём код?
html { overflow-x: hidden; } * { padding: 0; margin: 0; } body { display: flex; justify-content: center; } canvas { background: #eee; display: none; margin: 0 auto; background-image: url(img/bg.jpg); background-repeat: no-repeat; background-size: cover; } canvas.active { display: block; } img { display: none; } main { margin: 0 auto; margin-top: 20px; padding: 20px; display: none; flex-direction: column; justify-content: center; background: #989BA4; font-family: Arial, Helvetica, sans-serif; color: #28406E; border-radius: 3px; } button { cursor: pointer; margin-top: 15px; padding: 10px 0px; background: #B2979A; border: 1px solid #93819B; border-radius: 3px; color: #F9F7F7; font-weight: 600; font-size: 20px; transition: all .2s ease-in; } button:hover { background: #28406E; } main.active { display: flex; } .loss { margin: 0 auto; margin-top: 20px; padding: 20px; display: flex; flex-direction: column; justify-content: center; background: #989BA4; font-family: Arial, Helvetica, sans-serif; color: #28406E; border-radius: 3px; } p { font-size: 20px; }