Skip to content

Commit

Permalink
our yact button
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaSamtash committed Dec 25, 2023
1 parent cfcec76 commit 0a81df8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/css/our-yachts.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,13 @@
}

/* ANIMATION BUTTON */
.yaht-rental-link-button:focus {
.yaht-rental-link:focus {
border: none;
background-color: #fbfbfb;
color: #1b414b;
}

.yaht-rental-link-button {
.yaht-rental-link {
position: relative;
appearance: none;
outline: none;
Expand Down
4 changes: 3 additions & 1 deletion src/partials/our-yachts.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ <h3 class="yacht-name">BELLE ANNA</h3>
</div>
</li>
</ul>
<a href="#rent-yacht" class="yaht-rental-link"> Yacht rental </a>
<a href="#rent-yacht" class="yaht-rental-link">
<span class="span-btn-ouryachts"></span>Yacht rental
</a>
</div>
</section>

0 comments on commit 0a81df8

Please sign in to comment.