Added support us button.
This commit is contained in:
parent
f46a47dc5b
commit
d402b232b7
2 changed files with 17 additions and 6 deletions
|
@ -63,3 +63,16 @@ footer a {
|
|||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.support-us .btn {
|
||||
font-size: 20px; /* Adjust font size if needed */
|
||||
padding: 10px 20px; /* Adjust padding if needed */
|
||||
}
|
||||
|
||||
.support-us {
|
||||
background: #ffb6c1;
|
||||
padding: 15px;
|
||||
border-radius: 4px;
|
||||
margin-bottom: 20px;
|
||||
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* More intense shadow */
|
||||
}
|
||||
|
|
|
@ -26,13 +26,11 @@
|
|||
/>
|
||||
<span> <h1 style="font-style: title-font;";> Private.coffee</h1> </span>
|
||||
</a>
|
||||
<div class="support-us">
|
||||
<a href="membership.html" class="btn btn-primary">Support Us</a>
|
||||
</div>
|
||||
<ul class="navbar-nav">
|
||||
<ul class="nav-item dropdown">
|
||||
<a
|
||||
class="nav-link dropdown-toggle"
|
||||
href="#"
|
||||
id="navbardrop"
|
||||
>Donate
|
||||
<a
|
||||
class="nav-link dropdown-toggle"
|
||||
href="#"
|
||||
|
@ -71,7 +69,7 @@
|
|||
</div>
|
||||
<hr class="clearfix w-100 d-md-none pb-3" />
|
||||
<div class="col-md-3 mb-md-0 mb-3">
|
||||
<h5 class="text-uppercase">Legalese</h5>
|
||||
<h5 class="text-uppercase">Legal stuff:</h5>
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<a href="legal.html">Legal Notice</a>
|
||||
|
|
Loading…
Reference in a new issue