/
alveek
/
meshwall
Обзор
Документация
Войти
/
alveek
/
meshwall
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/App.css
88 строк
2 KB
Alexey Kudryavtsev
predeploy commit
07 июл 2024, 16:32
07 июл 2024, 16:32
b4212de
Код
Авторство
О чём код?
.logo { text-transform: lowercase; font-weight: 400; font-size: 22px; text-shadow: 1px; color: whitesmoke; margin: 8px 0 0 12px; text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5); } @media screen and (min-width: 500px) { .logo { font-size: 30px; } } .imageContainer { position: fixed; top: 0; left: 0; content: ""; width: 100%; height: 100%; z-index: -1; transition: background 0.3s ease; } .controls { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 10; width: max-content; padding: 10px 18px; border-radius: 6px; text-align: center; background: #eeeeee; display: flex; gap: 12px; } .message-copy { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: max-content; font-size: 26px; background-color: rgba(0, 0, 0, 0.1); color: whitesmoke; padding: 8px 20px; border-radius: 6px; } .btn { -webkit-touch-callout: none; /* Disable callout */ -webkit-user-select: none; /* Disable selection */ -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; padding: 6px 12px; fontsize: 16px; cursor: pointer; border: none; border-radius: 6px; background: #eeeeee; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15), -5px -5px 10px rgba(255, 255, 255, 1); color: #555; } .btn:focus { /* outline: 2px solid rgba(0, 0, 0, 0.3); */ } .btn:active { font-size: 24.8px; box-shadow: inset 7px 7px 10px rgba(0, 0, 0, 0.1), inset -7px -7px 10px rgba(255, 255, 255, 1); } .btn-shuffle { color: hotpink; }