mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
add footer
This commit is contained in:
parent
0f82895e80
commit
411902d000
@ -26,7 +26,7 @@
|
||||
<br />
|
||||
<br />
|
||||
</BODY>
|
||||
<footer>
|
||||
<footer class="footer">
|
||||
<p class="donationcompact">
|
||||
Donate:<br>
|
||||
Monero: 486ip4Bz8HigxM8NycTJTuE3qRAHdmWCpWgwQPc3urNdbA4NANFRU24MnHHeZ4oa1cYX8AKMAkK1Liy9oYD7NK1XHUxnUcS<br>
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user