merge button into border

This commit is contained in:
brooke 2024-11-03 09:54:00 -05:00
parent c65cc82c67
commit 8743edfcc8
2 changed files with 5 additions and 8 deletions

View file

@ -56,9 +56,6 @@
If you're interested in getting our help or just want to chat, send us a message through our contact email If you're interested in getting our help or just want to chat, send us a message through our contact email
on the next tab.<br><br> on the next tab.<br><br>
ദ്ദി { ˉ͈̀꒳ˉ͈́ }✧</p> ദ്ദി { ˉ͈̀꒳ˉ͈́ }✧</p>
<div class="interior">
<a class="btn" href="#open-modal">donate</a>
</div>
<div id="open-modal" class="modal-window"> <div id="open-modal" class="modal-window">
<div> <div>
<a href="#" title="Close" class="modal-close">×</a> <a href="#" title="Close" class="modal-close">×</a>
@ -78,6 +75,7 @@
</div> </div>
</div> </div>
</div> </div>
<a class="btn" href="#open-modal">donate</a>
<div class="tab-content"> <div class="tab-content">
<p>Send us a cool message and we'll get back to you d-(´▽`)-b</p><br> <p>Send us a cool message and we'll get back to you d-(´▽`)-b</p><br>

View file

@ -151,7 +151,6 @@ ul.custom-bullet li::before {
display: flex; display: flex;
margin: 0; margin: 0;
padding: 0.35rem 0.75rem; padding: 0.35rem 0.75rem;
letter-spacing: 1px;
cursor: pointer; cursor: pointer;
transition: all 0.3s; transition: all 0.3s;
} }
@ -351,11 +350,11 @@ a {
.btn { .btn {
background-color: #241917; background-color: #241917;
padding: 0.1rem 0.5rem; padding: 0.25rem 0.25rem;
border: 4px solid #9a756c; border-top: 4px solid #9a756c;
border-right: 4px solid #9a756c;
text-decoration: none; text-decoration: none;
font-size: var(--primary-text-size); font-size: 10px;
margin-top: 0.75rem;
width: 4rem; width: 4rem;
} }