/
arins
/
first
Обзор
Документация
Войти
/
arins
/
first
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
change-
CSS/style.css
98 строк
2 KB
arins
new
01 апр 2026, 21:01
01 апр 2026, 21:01
04757d3
Код
Авторство
О чём код?
@import url(https://fonts.googleapis.com/css2?family=Stalinist+One&family=Ubuntu+Condensed&display=swap); * { box-sizing: border-box; } .main_cont { max-width: 1000px; width: 95%; margin: 0 auto; min-height: 100vh; padding: 20px; } body { font-family: 'Ubuntu Condensed', sans-serif; font-size: 18px; font-weight: 400; line-height: 1.6; text-align: center; color: #f0f4f8; background-color: #1a2a3a; } h1 { font-family: 'Stalinist One', sans-serif; font-size: 36px; font-weight: 700; text-align: center; position: sticky; top: 0; z-index: 100; background-color: #0b1219; padding: 20px 0; margin: 0; } h2 { font-size: 28px; font-weight: 700; } img { border: 3px solid #f0f4f8; border-radius: 15px; max-width: 100%; height: auto; } a { color: rgb(162, 253, 253); text-decoration: none; } a:hover { color: #9e426f; } p { border: 1px solid #f0f4f8; border-radius: 10px; padding: 10px; } .img_system{ position: relative; display: inline-block; margin: 20px 0; } .img_text{ position: absolute; bottom: 15px; right: 15px; background-color: rgba(0, 0, 0, 0.6); color: #fff; padding: 5px 10px; font-family: 'Ubuntu Condensed', sans-serif; font-size: 14px; border-radius: 5px; pointer-events: none; } ul{ display: flex; flex-direction: row; padding: 0; justify-content: center; gap: 20px; list-style: none; } li{ flex: 1 1 250px; background-color: rgba(255, 255, 255, 0.05); padding: 1rem; border-radius: 8px; }