This commit is contained in:
hexahigh 2023-04-16 11:55:50 +02:00
parent 1419138bdf
commit 7e3ae2bded
2 changed files with 11 additions and 2 deletions

View File

@ -8,8 +8,9 @@
<link rel="stylesheet" href="style.css" Type="text/css" media="all">
<script src="index.js"></script>
<link rel="canonical" href="/index.html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</HEAD>
<BODY class="animated-back">
<BODY class="animated-gradient">
<!-- <img onclick="window.location.href='http://gg.gg/b0gamead2'" class="alignnone size-full wp-image-1303" class="floatRight" src="/files/img/ad.png" alt="" width="318.75" height="468.75" id="hp"/></div> -->
<p>On this website i host games and other stuff.</p>
<h1>Contact:</h1>
@ -26,6 +27,7 @@
<br />
</BODY>
<footer class="footer">
<a href="https://boofdev.eu.org">My homepage</a>
<p class="donationcompact">
Donate:<br>
Monero: 486ip4Bz8HigxM8NycTJTuE3qRAHdmWCpWgwQPc3urNdbA4NANFRU24MnHHeZ4oa1cYX8AKMAkK1Liy9oYD7NK1XHUxnUcS<br>

View File

@ -32,12 +32,19 @@
}
.animated-gradient {
animation: animateBg 30s linear infinite;
background-image: linear-gradient(90deg,#bd4faf,#ff8000,#bd4faf,#ff8000);
background-size: 300% 100%;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: blue;
background-color: rgb(255, 145, 0);
color: white;
text-align: center;
height: auto;