Files
Panayot Cankov e135c20b14 Rename the files
2016-05-26 14:30:25 +03:00

5 lines
129 B
CSS

@keyframes test {
from { background-color: red; }
50% { background-color: yellow; }
to { background-color: green; }
}