mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
add animation
This commit is contained in:
parent
db24373cb8
commit
52d65587bc
@ -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>
|
||||
|
||||
10
style.css
10
style.css
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user