This commit is contained in:
Boof 2022-11-22 13:44:40 +01:00 committed by GitHub
parent dbc3f888b7
commit a6f1aeb0f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 4 deletions

View File

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

View File

@ -16,8 +16,15 @@
}
.back {
height: 500px;
width: 200px;
height: 100%;
width: 100%;
background: rgb(0,0,191);
background: linear-gradient(225deg, rgba(0,0,191,1) 35%, rgba(0,212,255,1) 100%);
}
.footer {
height: auto;
width: 100%;
background: rgb(0,11,255);
background: linear-gradient(225deg, rgba(0,11,255,1) 100%, rgba(0,11,255,1) 100%);
}