/
CheateRYT
/
Order_database
Обзор
Документация
Войти
/
CheateRYT
/
Order_database
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
server/client/src/App.css
35 строк
654 B
Lev Rednikov
Add: PrivateRoute.tsx with token check from cookes
08 июн 2024, 13:44
08 июн 2024, 13:44
e1a7a92
Код
Авторство
О чём код?
.container { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; height: 100vh; } h1 { margin-bottom: 20px; text-align: center; } button { padding: 10px; padding-right: 20px; margin: 10px; border: none; text-align: center; align-items: center; align-content: center; border-radius: 5px; background-color: #ff6b6b; color: white; font-size: 15px; cursor: pointer; display: block; width: 200px; /* Ширина кнопок */ margin: 10px auto; /* Выравнивание кнопок по центру */ } button:hover { background-color: #ff4d4d; }