Skip to content

Commit

Permalink
Style the donate button
Browse files Browse the repository at this point in the history
  • Loading branch information
aadhithbala committed Jul 16, 2023
1 parent 028c6b4 commit 64e6bf5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<li>Gallery</li>
<li>Testimonials</li>
<li>Contact</li>
<li>Adopt Now</li>
<li class="special-btn">Donate</li>
</ul>
</div>

Expand Down
10 changes: 10 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ body {
align-items: center;
column-gap: 2rem;
flex-wrap: wrap;
font-weight: 600;
}

.navbar > .special-btn {
background-color: #79b975;
color: #1b291a;
padding: 0.5rem;
border-radius: 0.5rem;
width: 6rem;
text-align: center;
}

.hero-image {
Expand Down

0 comments on commit 64e6bf5

Please sign in to comment.