/
UdOg
/
warpointshit
Обзор
Документация
Войти
/
UdOg
/
warpointshit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
css/admin_menu.css
36 строк
821 B
UdOg
upload files
24 сен 2025, 22:22
24 сен 2025, 22:22
0489c92
Код
Авторство
О чём код?
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Slab:wght@100..900&family=Suez+One&display=swap'); body{ margin: 0; font-family: 'Bebas Neue', sans-serif; background-color: #f0f0f0; } .main-container{ display: flex; width: 80%; max-width: 1200px; } .sidebar{ display: flex; flex-direction: column; width: 200px; height: 100vh; background-color: #2c3e50; padding: 20px; border-radius: 8px 0 0 8px; margin-right: 20px; } .sidebar-btn{ flex: 1; margin: 10px 0 ; padding: 10px; background-color: #3498db; color: white; border: none; border-radius: 4px; cursor: pointer; font-size: 16px; text-align: center; } .sidebar-btn:hover{ background-color: #2980b9; }