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 />
|
||||||
<br />
|
<br />
|
||||||
</BODY>
|
</BODY>
|
||||||
<footer>
|
<footer class="footer">
|
||||||
<p class="donationcompact">
|
<p class="donationcompact">
|
||||||
Donate:<br>
|
Donate:<br>
|
||||||
Monero: 486ip4Bz8HigxM8NycTJTuE3qRAHdmWCpWgwQPc3urNdbA4NANFRU24MnHHeZ4oa1cYX8AKMAkK1Liy9oYD7NK1XHUxnUcS<br>
|
Monero: 486ip4Bz8HigxM8NycTJTuE3qRAHdmWCpWgwQPc3urNdbA4NANFRU24MnHHeZ4oa1cYX8AKMAkK1Liy9oYD7NK1XHUxnUcS<br>
|
||||||
|
|||||||
@ -33,10 +33,13 @@
|
|||||||
|
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
height: auto;
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: rgb(0,11,255);
|
background-color: blue;
|
||||||
background: linear-gradient(225deg, rgba(0,11,255,1) 100%, rgba(0,11,255,1) 100%);
|
color: white;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.donationcompact {
|
.donationcompact {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user