/
UdOg
/
warpointshit
Обзор
Документация
Войти
/
UdOg
/
warpointshit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
css/teams.css
114 строк
2 KB
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'); * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Bebas Neue', sans-serif; line-height: 1.6; background-color: #fafafa; color: #333; text-align: center; } header { background-color: #fff; padding: 20px; margin-bottom: 20px; } h1 { font-size: 2em; color: #333; } .buttons-cont{ display: flex; justify-content: center; gap: 1rem; margin-top: 2rem; } .news{ font-family: 'Bebas Neue', sans-serif; padding: 10px 20px; border-radius: 5px; background-color: rgb(0, 0, 0); color: whitesmoke; cursor: pointer; transition: all 0.5s ease-in-out; text-decoration: none; } .news:hover{ background-color:rgb(72, 72, 72) ; } .player{ font-family: 'Bebas Neue', sans-serif; padding: 10px 20px; border-radius: 5px; background-color: rgb(0, 0, 0); color: whitesmoke; cursor: pointer; transition: all 0.5s ease-in-out; text-decoration: none; } .player:hover{ background-color:rgb(72, 72, 72) ; } .maps{ font-family: 'Bebas Neue', sans-serif; padding: 10px 20px; border-radius: 5px; background-color: rgb(0, 0, 0); color: whitesmoke; cursor: pointer; transition: all 0.5s ease-in-out; text-decoration: none; } .maps:hover{ background-color:rgb } .image-section { display: flex; justify-content: space-evenly; align-items: center; flex-wrap: wrap; max-width: 80%; margin: 0 auto; } img { max-width: 300px; height: auto; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,.1); transition: all 0.3s ease; } img:hover { transform: scale(1.05); opacity: 0.9; cursor: pointer; } @media screen and (max-width: 600px) { .image-section { flex-direction: column; } } footer{ bottom: 0; width: 100%; background-color: whitesmoke; text-align: center; padding: 10px 0; color: black; } .footer-img{ width: 50px; height: auto; vertical-align: middle; opacity: 0.8; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3)); }