mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
fix grad
This commit is contained in:
parent
dbc3f888b7
commit
a6f1aeb0f1
@ -26,8 +26,8 @@
|
||||
<br />
|
||||
<br />
|
||||
</BODY>
|
||||
<footer>
|
||||
<footer class="footer">
|
||||
<p>Donate:</p>
|
||||
<p>Monero: 486ip4Bz8HigxM8NycTJTuE3qRAHdmWCpWgwQPc3urNdbA4NANFRU24MnHHeZ4oa1cYX8AKMAkK1Liy9oYD7NK1XHUxnUcS</p>
|
||||
</footer>
|
||||
</footer class="footer">
|
||||
</HTML>
|
||||
11
style.css
11
style.css
@ -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%);
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user