/
memoryspeak
/
divid
Обзор
Документация
Войти
/
memoryspeak
/
divid
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
css/index.css
99 строк
2 KB
memoryspeak
ver 1
19 янв 2026, 20:06
19 янв 2026, 20:06
2662f87
Код
Авторство
О чём код?
body { margin: 0; padding: 0; height: 100vh; background: linear-gradient(to top right, #ffffff, #79ccde); overflow: hidden; } .splash-logo { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 0; opacity: 0; margin: 0 auto; } .splash-logo.show { animation: appear 4s ease-in-out; } .splash-logo img { width: 100%; height: auto; margin: 0 auto; } @keyframes appear { 0% { width: 100px; opacity: 0; } 100% { width: 400px; opacity: 1; } } .body-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none; } .body-center h1, ul, button { font-family: monospace; } .board { display: flex; flex-direction: column; gap: 0.3rem; } .board-title { display: flex; flex-direction: row; gap: 1rem; margin-left: auto; margin-right: auto; margin-bottom: 1rem; } .score-label { margin-top: auto; margin-bottom: auto; } .board-row { display: flex; gap: 0.3rem; margin-left: auto; margin-right: auto; } .board-row button { border-radius: 0.5rem; width: 3rem; height: 3rem; background-color: #fff; display: flex; align-items: center; justify-content: center; font-family: monospace; } .game-button { width: 8rem; height: 3rem; border-radius: 0.5rem; margin-left: auto; margin-right: auto; margin-top: auto; margin-bottom: auto; font-family: monospace; }