/
vladRF
/
Aki-Co
Обзор
Документация
Войти
/
vladRF
/
Aki-Co
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
CSS/style.css
196 строк
3 KB
Vladislav Bologov
Закончен блок New Arrivals
07 апр 2026, 22:20
07 апр 2026, 22:20
373fd54
Код
Авторство
О чём код?
a { color: #000; } @font-face { font-family: NotoSerif; src: url(../FONTS/static/NotoSerif-Regular.ttf); } @font-face { font-family: NotoSans; src: url(../FONTS/NotoSans/NotoSans-Regular.ttf); } .container { width: 1366px; margin: 0 auto; } .logo { font-family: NotoSerif; font-weight: 400; font-size: 34px; line-height: 118%; color: #000; } .menu { display: flex; /*outline: 1px solid red;*/ justify-content: space-between; align-items: center; padding-top: 39px; padding-bottom: 39px; padding-right: 44px; padding-left: 58px; box-sizing: border-box; background: #edece9; } .menu__nav { display: flex; gap: 44px; font-family: NotoSerif; font-weight: 700; font-size: 14px; line-height: 136%; color: #000; } .gamburger { width: 35px; height: 35px; /*border: 1px solid black;*/ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; } .gamburger__items { width: 30px; height: 3px; background-color: black; border-radius: 5px; } /*---------------------header-img----------------------*/ .header-img { display: flex; justify-content: end; align-items: end; /*outline: 1px solid red;*/ background-image: url('../IMG/header-img.png'); height: 737px; } .header-img_text { width: 395px; height: 80px; font-family: NotoSerif; font-weight: 400; font-size: 34px; line-height: 118%; color: #fff; margin-bottom: 40px; } .shop { font-family: NotoSerif; font-weight: 700; font-size: 14px; line-height: 136%; color: #fff; } .button_arrow { display: flex; justify-content: center; align-items: center; width: 49px; height: 23px; border: 1px solid white; border-radius: 15px; } .shop-all { display: flex; gap: 20px; } .header-content { width: 395px; display: flex; flex-direction: column; /*outline: 1px solid white;*/ margin-right: 278px; margin-bottom: 45px; } /*--------------------------main-----------------------------*/ .main { background-color: #EDECE9; padding-top: 100px; } .card { display: flex; justify-content: center; gap: 16px; } .new-arrivals__header { display: flex; width: 1288px; /*outline: 1px solid red;*/ margin: 0 auto; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; } .new-arrivals__header__title { font-family: NotoSerif; font-weight: 400; font-size: 34px; line-height: 118%; color: #000; } .button_arrow_black { display: flex; justify-content: center; align-items: center; width: 49px; height: 23px; border: 1px solid #000000; border-radius: 15px; } .shop-now { display: flex; gap: 20px; } .shop-now_text { font-family: NotoSerif; font-weight: 700; font-size: 14px; color: #000; } .card-fonts{ font-family: NotoSans; font-weight: 400; font-size: 14px; line-height: 143%; color: #000; } .card-img{ margin-bottom: 8px; }