finalboss

This commit is contained in:
Set Sakrecoer 2019-07-15 17:49:01 +02:00
parent 95a4b50d6a
commit 9b8d67eec9
5 changed files with 188 additions and 63 deletions

View file

@ -50,7 +50,7 @@ a:hover {
width: 100%;
// background: linear-gradient(230deg, rgba(218, 159, 142, 0.8), rgba(236, 0, 228, 0.8), rgba(0, 212, 236, 0.8), rgba(0, 236, 173, 0.8), rgba(110, 0, 236, 0.8));
// background-size: 1000% 1000%;
background-image: url('/assets/img/header.svg');
background-image: url('/assets/img/world.svg');
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;
@ -249,6 +249,7 @@ background-image: url('/assets/img/header.svg');
margin: 0;
padding: 0;
height: 100vh;
}
#controls {
@ -342,7 +343,7 @@ min-height: 80vh;
}
#timer {
flex: 1 1 200px;
background: linear-gradient(230deg, rgba(255, 0, 255, 0.9), rgba(65, 106, 0, 0.9));
background: linear-gradient(230deg, #ff00ffe6, #416a00e6);
background-size: 1000% 1000%;
-webkit-animation: AnimationName 30s ease infinite;