Update style.css

master
urbicide 2020-10-30 09:27:47 +03:00 committed by GitHub
parent 1b1ab1004a
commit 4070b55c11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 18 deletions

View File

@ -15,45 +15,45 @@ a:link, a:visited, a:hover, a:active {
} }
@-webkit-keyframes rainbow{ @-webkit-keyframes rainbow{
0%{color: orange;} 0%{color: orange;}
10%{color: purple;} 10%{color: purple;}
20%{color: red;} 20%{color: red;}
30%{color: CadetBlue;} 30%{color: CadetBlue;}
40%{color: yellow;} 40%{color: yellow;}
50%{color: coral;} 50%{color: coral;}
60%{color: green;} 60%{color: green;}
70%{color: cyan;} 70%{color: cyan;}
80%{color: DeepPink;} 80%{color: DeepPink;}
90%{color: DodgerBlue;} 90%{color: DodgerBlue;}
100%{color: orange;} 100%{color: orange;}
} }
@-ms-keyframes rainbow{ @-ms-keyframes rainbow{
0%{color: orange;} 0%{color: orange;}
10%{color: purple;} 10%{color: purple;}
20%{color: red;} 20%{color: red;}
30%{color: CadetBlue;} 30%{color: CadetBlue;}
40%{color: yellow;} 40%{color: yellow;}
50%{color: coral;} 50%{color: coral;}
60%{color: green;} 60%{color: green;}
70%{color: cyan;} 70%{color: cyan;}
80%{color: DeepPink;} 80%{color: DeepPink;}
90%{color: DodgerBlue;} 90%{color: DodgerBlue;}
100%{color: orange;} 100%{color: orange;}
} }
@keyframes rainbow{ @keyframes rainbow{
0%{color: orange;} 0%{color: orange;}
10%{color: purple;} 10%{color: purple;}
20%{color: red;} 20%{color: red;}
30%{color: CadetBlue;} 30%{color: CadetBlue;}
40%{color: yellow;} 40%{color: yellow;}
50%{color: coral;} 50%{color: coral;}
60%{color: green;} 60%{color: green;}
70%{color: cyan;} 70%{color: cyan;}
80%{color: DeepPink;} 80%{color: DeepPink;}
90%{color: DodgerBlue;} 90%{color: DodgerBlue;}
100%{color: orange;} 100%{color: orange;}
} }
video { video {