Skip to content

Commit

Permalink
add solution
Browse files Browse the repository at this point in the history
  • Loading branch information
iirk1 committed Nov 1, 2024
1 parent 2828f32 commit ee4c6e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ <h2 class="subscribe__title">Підписка</h2>
<p class="subscribe__desc">Бути в курсі всіх актуальних подій та останніх новин.</p>
<form class="subscribe__form" action="#">
<input class="subscribe__input" type="email" placeholder="E-mail">
<a href="#" class="subscribe__button-arrow"><img src="/src/images/subscribe/arrow.svg" alt=""></a>
<button type="Reset" value="Reset" class="subscribe__button-arrow"><img
src="/src/images/subscribe/arrow.svg" alt=""></button>
</form>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/styles/blocks/subscribe.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
}

&__button-arrow {
border: none;
display: flex;
align-items: center;
height: 50px;
Expand Down

0 comments on commit ee4c6e6

Please sign in to comment.