/
w3c
/
DashBoard
Обзор
Документация
Войти
/
w3c
/
DashBoard
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
css/main.css
75 строк
2 KB
Игорь
Создан главный файл стилий
05 мар 2024, 19:08
05 мар 2024, 19:08
b811ac2
Код
Авторство
О чём код?
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap'); ::selection { background-color: #d4d4ff; } body { font-family: Nunito, 'Yu Gothic UI Light', Arial, sans-serif; } .welcome { background-color: #f0f0f0; padding: 20px; border-radius: 6px; } .user-action { background-color: #c0f0ff; padding: 12px; border-radius: 10px; border: none; user-select: none; cursor: pointer; transition: background-color .3s; } .user-action:hover { background-color: #b3ffdc; transition: background-color .3s; } .actions { background-color: #f0f0f0; padding: 5px; border-radius: 6px; margin-top: 10px; } .actions ul { list-style-type: none; display: flex; justify-content: center; align-items: center; gap: 10px; } .actions a { text-decoration: none; color: #000000; transition: color .2s; } .actions a:hover { color: #72ccdb; transition: color .2s; } .statistic { background-color: #e4fbff; padding: 20px; border-radius: 6px; margin-top: 10px; } .statistic_block { background-color: #d6eaee; padding: 10px; border-radius: 8px; margin-bottom: 10px; } .statistic_value { font-size: 28px; } .statistic_circle { border: 3px solid #0F1C3F; border-radius: 50%; height: 80px; width: 80px; font-size: 20px; margin-right: 10px; padding: 10px; } .statistic_block:last-child { padding-bottom: 30px; }