Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url['https://fonts.googleapis.com/css?family=Pacifico'];
- @import url['https://fonts.googleapis.com/css?family=Anton'];
- table.inputPanel tbody tbody tr:first-of-type {
- /* Font options */
- 'Pacifico', cursive;
- text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
- 40px;
- /* Chrome, Safari, Opera */
- -webkit-animation: rainbow 20s infinite;
- /* Internet Explorer */
- -ms-animation: rainbow 20s infinite;
- /* Standar Syntax */
- animation: rainbow 20s infinite;
- }
- /* Chrome, Safari, Opera */
- @-webkit-keyframes rainbow{
- 0%{color: orange;}
- 10%{color: purple;}
- 20%{color: red;}
- 30%{color: CadetBlue;}
- 40%{color: yellow;}
- 50%{color: coral;}
- 60%{color: green;}
- 70%{color: cyan;}
- 80%{color: DeepPink;}
- 90%{color: DodgerBlue;}
- 100%{color: orange;}
- }
- /* Internet Explorer */
- @-ms-keyframes rainbow{
- 0%{color: orange;}
- 10%{color: purple;}
- 20%{color: red;}
- 40%{color: yellow;}
- 60%{color: green;}
- 100%{color: orange;}
- }
- /* Standar Syntax */
- @keyframes rainbow{
- 0%{color: orange;}
- 10%{color: purple;}
- 20%{color: red;}
- 40%{color: yellow;}
- 60%{color: green;}
- 100%{color: orange;}
- }
Advertisement
Add Comment
Please, Sign In to add comment