generated from htmlacademy/html2-basic-template
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Проверяет и подгоняет по PP навигацию и блок преимуществ на мобилке
- Loading branch information
1 parent
6632096
commit d4796d9
Showing
11 changed files
with
196 additions
and
47 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,11 +58,17 @@ | |
<li class="user-menu__item"> | ||
<a class="user-menu__link user-menu__enter" href="#"> | ||
<span class="user-menu__enter-text user-menu__enter--hidden">Войти</span> | ||
<!-- <svg class="user__icon" width="16" height="30px"> | ||
<use xlink:href="icons/header/stack.svg#header_enter"></use> | ||
</svg> --> | ||
</a> | ||
</li> | ||
<li class="user-menu__item"> | ||
<a class="user-menu__link user-menu__cart" href="#"> | ||
<span class="user-menu__cart-text user-menu__cart--hidden">Корзина</span> | ||
<!-- <svg class="user__icon" width="24" height="19"> | ||
<use xlink:href="icons/header/stack.svg#header_cart"></use> | ||
</svg> --> | ||
</a> | ||
</li> | ||
</ul> | ||
|
@@ -94,7 +100,7 @@ <h1 class="visually-hidden">Интернет-магазин кофейных н | |
width="476" height="476"> | ||
<img class="slider__img" src="images/cofee-flat-white/[email protected]" | ||
srcset="images/cofee-flat-white/[email protected] 1x, images/cofee-flat-white/[email protected] 2x" | ||
width="240" height="280" loading="lazy" alt="Кофе в бежевой банке Декаф Флэт Уайт"> | ||
width="280" height="270" loading="lazy" alt="Кофе в бежевой банке Декаф Флэт Уайт"> | ||
</picture> | ||
</div> | ||
<button class="slider-button-prev"></button> | ||
|
@@ -120,28 +126,40 @@ <h2 class="slider__title">Декаф Флэт Уайт</h2> | |
<h2 class="features__title">Главные причины выбрать Drink2Go</h2> | ||
<ul class="features__list"> | ||
<li class="features__item"> | ||
<h3 class="features__caption">Скорость</h3> | ||
<p class="features__description"> | ||
Готовый напиток всегда под рукой — просто открой банку | ||
</p> | ||
<span class="features__icon features__icon--speed"></span> | ||
<!-- <div class="features__grid-tablet"> --> | ||
<h3 class="features__caption">Скорость</h3> | ||
<p class="features__description"> | ||
Готовый напиток всегда под рукой — просто открой банку | ||
</p> | ||
<!-- </div> --> | ||
</li> | ||
<li class="features__item"> | ||
<h3 class="features__caption">Удобство</h3> | ||
<p class="features__description"> | ||
Легко помещается и в карман, и в маленькую сумочку | ||
</p> | ||
<span class="features__icon features__icon--comfort"></span> | ||
<!-- <div class="features__grid-tablet"> --> | ||
<h3 class="features__caption">Удобство</h3> | ||
<p class="features__description"> | ||
Легко помещается и в карман, и в маленькую сумочку | ||
</p> | ||
<!-- </div> --> | ||
</li> | ||
<li class="features__item"> | ||
<h3 class="features__caption">Бодрость</h3> | ||
<p class="features__description"> | ||
Сбалансированная доза кофеина даст мощный заряд энергии | ||
</p> | ||
<span class="features__icon features__icon--energy"></span> | ||
<!-- <div class="features__grid-tablet"> --> | ||
<h3 class="features__caption">Бодрость</h3> | ||
<p class="features__description"> | ||
Сбалансированная доза кофеина даст мощный заряд энергии | ||
</p> | ||
<!-- </div> --> | ||
</li> | ||
<li class="features__item"> | ||
<h3 class="features__caption">Экологичность</h3> | ||
<p class="features__description"> | ||
Вся упаковка сделана из перерабатываемых материалов | ||
</p> | ||
<span class="features__icon features__icon--eco"></span> | ||
<!-- <div class="features__grid-tablet"> --> | ||
<h3 class="features__caption">Экологичность</h3> | ||
<p class="features__description"> | ||
Вся упаковка сделана из перерабатываемых материалов | ||
</p> | ||
<!-- </div> --> | ||
</li> | ||
</ul> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
.slider__wrapper { | ||
margin: 0 auto; | ||
width: 320px; | ||
padding: 20px 0 50px; | ||
margin-bottom: 100px; | ||
} | ||
|
||
.slider__image-wrapper { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.