This commit is contained in:
Set Sakrecoer 2019-07-10 00:38:18 +02:00
parent 02879a7510
commit b1a5523885

View file

@ -72,6 +72,10 @@ a {
min-height: 300px; min-height: 300px;
padding: 0; padding: 0;
margin: 0; margin: 0;
border-radius: 3px;
color: #000;
box-shadow: 5px 10px rgba(61, 0, 102, 0.5);
border: #000 solid 1px;
} }
/* Music Template */ /* Music Template */
@ -174,7 +178,7 @@ min-height: 80vh;
flex: 1 1 200px; flex: 1 1 200px;
background: linear-gradient(230deg, rgba(218, 159, 142, 0.9), rgba(236, 0, 228, 0.9), rgba(0, 212, 236, 0.9), rgba(0, 236, 173, 0.9), rgba(110, 0, 236, 0.9)); background: linear-gradient(230deg, rgba(218, 159, 142, 0.9), rgba(236, 0, 228, 0.9), rgba(0, 212, 236, 0.9), rgba(0, 236, 173, 0.9), rgba(110, 0, 236, 0.9));
background-size: 1000% 1000%; background-size: 1000% 1000%;
border: #000 solid 1px;
-webkit-animation: AnimationName 30s ease infinite; -webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite; -moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite; animation: AnimationName 30s ease infinite;
@ -206,6 +210,8 @@ min-height: 80vh;
} }
img { img {
box-shadow: 5px 10px rgba(61, 0, 102, 0.5); box-shadow: 5px 10px rgba(61, 0, 102, 0.5);
border: #000 solid 1px;
border-radius: 3px;
} }
} }
#tracktime { #tracktime {