Skip to content

Commit

Permalink
Верстаю след прод карточки
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksimDoronin committed Sep 24, 2024
1 parent ff898ad commit 6ad8306
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions source/catalog.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,34 @@ <h2 class="product-card__title">Cat energy pro 1000 г</h2>
</div>
<a class="product-card__button" href="#">заказать</a>
</li>
<li class="catalog__item product-card"></li>
<div class="product-card__image-wrapper">
<img class="product-card__image" src="" width="" height="" alt="Cat Energy PRO 500 г">
</div>
<div class="product-card__info-wrapper">
<h2 class="product-card__title">Cat energy slim 500 г</h2>
<div class="product-card__desc-wrapper">
<p class="product-card__desc"><span class="product-card__prop">Масса</span><span class="product-card__value">500 г</span></p>
<p class="product-card__desc"><span class="product-card__prop">Вкус</span><span class="product-card__value">Гречка</span></p>
<p class="product-card__desc"><span class="product-card__prop">Цена</span><span class="product-card__value">400 &#8381;</span></p>
</div>
</div>
<a class="product-card__button" href="#">заказать</a>
</li>
<li class="catalog__item product-card">
<div class="product-card__image-wrapper">
<img class="product-card__image" src="" width="" height="" alt="Cat Energy PRO 500 г">
</div>
<div class="product-card__info-wrapper">
<h2 class="product-card__title">Cat energy slim 1000 г</h2>
<div class="product-card__desc-wrapper">
<p class="product-card__desc"><span class="product-card__prop">Масса</span><span class="product-card__value">1000 г</span></p>
<p class="product-card__desc"><span class="product-card__prop">Вкус</span><span class="product-card__value">Гречка</span></p>
<p class="product-card__desc"><span class="product-card__prop">Цена</span><span class="product-card__value">7000 &#8381;</span></p>
</div>
</div>
<a class="product-card__button" href="#">заказать</a>
</li>
<li class="catalog__item card">
<h2 class="card__heading">Показать еще 100500 товаров</h2>
<p>Показать еще 100500 товаров</p>
Expand Down

0 comments on commit 6ad8306

Please sign in to comment.