Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Хмелёв Дима #51

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
16 changes: 9 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,25 +142,27 @@ <h3>
<div class="little-text">по карте и</div>
<div class="little-text">компасу бесплатно!</div>
</div>
<figure class="mega-box">
<div class="mega-box">
<div class="world">
<img src="img/Мегаторг.png" class="mega" alt="Мегаторг" title="Магазин">
все товары<br>
<div class="big-world">Мира</div><br>
под одной крышей
</div>
</figure>
</div>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

почему ты переделал на div?

<div class="picture-main">
<div class="picture-main-food">
<p class="rotatable">
Проголодались?
</p>
<img src="img/еда.png" class="food" alt="Еда" title="Еда">
<figure>
<figcaption class="rotatable">
Проголодались?
</figcaption>
<img src="img/еда.png" class="food" alt="Еда" title="Еда">
</figure>
<div class="stock">
-При придъявлении купонa
<div class="stock-picture">
<img src="img/бутылка.png" class="bottle" alt="Бутылка" title="Напиток">
<img src="img/Ножницы.png" class="scissors" alt="Ножницы" title="Место где вырезать">
<img src="img/Ножницы.png" class="scissors" alt="Ножницы" title="Вырежи">
<div class="colaText">
Бутылка освежающей «Каджа-Колы» в подарок при первой покупке.<br>
<div class="coast">у набережной</div>
Expand Down