add footer

This commit is contained in:
Boof 2022-11-28 14:09:24 +01:00 committed by GitHub
parent 0f82895e80
commit 411902d000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -26,7 +26,7 @@
<br /> 
<br />
</BODY>
<footer>
<footer class="footer">
<p class="donationcompact">
Donate:<br>
Monero: 486ip4Bz8HigxM8NycTJTuE3qRAHdmWCpWgwQPc3urNdbA4NANFRU24MnHHeZ4oa1cYX8AKMAkK1Liy9oYD7NK1XHUxnUcS<br>

View File

@ -33,10 +33,13 @@
.footer {
height: auto;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background: rgb(0,11,255);
background: linear-gradient(225deg, rgba(0,11,255,1) 100%, rgba(0,11,255,1) 100%);
background-color: blue;
color: white;
text-align: center;
}
.donationcompact {