/
GreenBankSdk
/
button-sdk
Обзор
Документация
Войти
/
GreenBankSdk
/
button-sdk
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
public/styles.css
32 строки
533 B
22110408
initial commit
28 июл 2025, 19:57
28 июл 2025, 19:57
da27b6f
Код
Авторство
О чём код?
body { margin: 0; padding: 0; height:100vh; } .main { margin: 0; padding: 0; height: 100vh; display: flex; background-color: rgb(54, 49, 31); justify-content: center; align-items:center; } .container { width: 400px; height: 600px; align-items: center; display:flex; flex-direction: row; justify-content: center; } .button_container { width: 80%; height: 120px; display:flex; flex-direction: row; justify-content: center; align-items: center; }