Skip to content

Commit

Permalink
Merge pull request #10 from trenersambo/lession12
Browse files Browse the repository at this point in the history
modify animation style
  • Loading branch information
trenersambo authored Oct 31, 2023
2 parents 40cb56a + 569ef81 commit fda4235
Show file tree
Hide file tree
Showing 2 changed files with 266 additions and 25 deletions.
19 changes: 12 additions & 7 deletions Blanko/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h1 class="hero__title"><!-- элемент -->
<!-- кнопка: строчно-блочная, ссылка: блочная -->
<div class="hero__btns"><!-- элемент -->
<button class="btn btn--big btn--dark">Purchase template</button>
<a href="#" class="btn btn--big">Other templates</a>
<a href="#" class="btn btn--big btn--white">Other templates</a>
</div>
</div>

Expand Down Expand Up @@ -173,24 +173,29 @@ <h2 class="landing__title">Landing pages</h2>

<li class="landing__item ">
<img src="./img/landingPage-1.png" alt="" class="landing__img">
<p class="landing__descr">Landing one</p>
<a href = "#" class="landing__descr ">Landing one</a>
</li>

<li class="landing__item ">
<img src="./img/landingPage-2.png" alt="" class="landing__img">
<p class="landing__descr">Landing two</p>
<a href = "#" class="landing__descr">Landing two</a>
</li>

<li class="landing__item ">
<img src="./img/landingPage-3.png" alt="" class="landing__img">
<p class="landing__descr">Landing three</p>
<a href = "#" class="landing__descr">Landing three</a>
</li>

<li class="landing__item ">
<img src="./img/landingPage-4.png" alt="" class="landing__img">
<p class="landing__descr">Landing four</p>
<a href = "#" class="landing__descr">Landing four</a>
</li>

<li class="landing__item landing-hidden">
<img src="./img/landingPage-4.png" alt="" class="landing__img img-hidden">
<a href = "#" class="landing__descr descr-hidden">Скрытый лист: убираем глюк</a>
</li>

</ul>

</div>
Expand Down Expand Up @@ -291,8 +296,8 @@ <h2 class="landing__title">Landing pages</h2>

<div class="footer_bottom_links">
<p class="bottom-text">Powered by</p>
<a href="#">
<img src="./svg/webflow.svg" alt="power by">
<a href="#" class="bottom-svg">
<img src="./svg/webflow.svg" alt="power by" >
</a>
<p class="bottom-text">Designed by</p>
<a href="#" class="bottom-text-by">
Expand Down
Loading

0 comments on commit fda4235

Please sign in to comment.