6 lines
90 B

<style>
@keyframes -global-why {
0% { color: red; }
100% { color: blue; }
}
</style>