4 lines
61 B
HTML
4 lines
61 B
HTML
<style>
|
|
@keyframes a { }
|
|
* { animation: a -7s }
|
|
</style>
|
<style>
|
|
@keyframes a { }
|
|
* { animation: a -7s }
|
|
</style>
|