/
ALEXWORLD
/
ALEXWORLD1
Обзор
Документация
Войти
/
ALEXWORLD
/
ALEXWORLD1
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
styles/main.css
76 строк
1 KB
AlexeyWorld
Add files via upload
09 май 2025, 12:49
Не верифицирован
09 май 2025, 12:49
d86a96e
Код
Авторство
О чём код?
/* Базовые стили */ .page { font-family: 'Roboto', sans-serif; margin: 0; line-height: 1.6; } .container { width: 90%; max-width: 1200px; margin: 0 auto; } .title { font-family: 'Playfair Display', serif; color: #4E3A2D; } /* Блок header */ .header { background: url('../images/header-bg.jpg') no-repeat center/cover; color: white; padding: 100px 0; text-align: center; } .header__title { font-size: 2.5rem; margin-bottom: 20px; } /* Блок about */ .about__container { display: flex; align-items: center; gap: 40px; } .about__image { width: 300px; height: 300px; border-radius: 50%; object-fit: cover; } /* Блок courses */ .courses__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } /* Элемент course-card */ .course-card { border: 1px solid #eee; padding: 20px; border-radius: 8px; } /* Модификаторы кнопок */ .button { display: inline-block; padding: 12px 30px; border-radius: 5px; text-decoration: none; } .button_primary { background-color: #4E3A2D; color: white; } .button_outline { border: 2px solid white; color: white; }