change: improve example website
This commit is contained in:
parent
dd84b21c56
commit
5d72cc8d48
1 changed files with 6 additions and 7 deletions
|
@ -42,21 +42,20 @@
|
|||
50% { transform: scale(1.4); }
|
||||
100% { transform: scale(1); }
|
||||
}
|
||||
/*
|
||||
@keyframes rainbow {
|
||||
0% { color: #f00; }
|
||||
33% { color: #0f0; }
|
||||
67% { color: #00f; }
|
||||
100% { color: #f00; }
|
||||
}*/
|
||||
|
||||
@keyframes rainbow {
|
||||
0% { color: #f00; }
|
||||
17% { color: #f00; }
|
||||
17% { color: #ff0; }
|
||||
33% { color: #ff0; }
|
||||
33% { color: #0f0; }
|
||||
50% { color: #0f0; }
|
||||
50% { color: #0ff; }
|
||||
67% { color: #0ff; }
|
||||
67% { color: #00f; }
|
||||
83% { color: #00f; }
|
||||
83% { color: #f0f; }
|
||||
100% { color: #f0f; }
|
||||
100% { color: #f00; }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue