Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Home Button on Donation page. #1662

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Donation.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,13 @@
width: 100%;
bottom: 0;
}

.home{
display: flex;
justify-content: center;
position: relative;
margin-top: -50px;
}
</style>
</head>
<body>
Expand All @@ -180,6 +187,10 @@ <h2>Your contribution will make a significant impact on the conservation of enda
<button type="submit">DONATE</button>
</form>

<div class="home btn">
<a href="index.html"><button>Home</button></a>
</div>

<div id="thankYouMessage" style="display:none;">
<h3>Thank you for donating to WildGuard!</h3>
<p>Your donation will make a huge difference in protecting animals.</p>
Expand Down