add animation

This commit is contained in:
Boof 2022-11-28 13:55:22 +01:00 committed by GitHub
parent db24373cb8
commit 52d65587bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<!-- <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 style="font-size:2vw">Contact:</h1>
<BODY class="back">
<BODY class="animated-back">
<p>Discord: Boof V2#4806</p>
<p>Email: <a href="mailto:admin@boof.eu.org">admin@boof.eu.org</a></p>
<h1 style="font-size:2vw">Links</h1>

View File

@ -21,6 +21,16 @@
background: rgb(0,0,191);
background: linear-gradient(225deg, rgba(0,0,191,1) 35%, rgba(0,212,255,1) 100%);
}
.animated-back {
animation: animateBg 6s linear infinite;
background-image: linear-gradient(90deg,#00ffff,#0834e2,#00ffff,#0834e2);
background-size: 300% 100%;
}
@keyframes animateBg {
0% { background-position: 100% 0%; }
100% { background-position: 0% 0%; }
}
.footer {
height: auto;