diff --git a/index.css b/index.css index 69ce9dc..851809b 100644 --- a/index.css +++ b/index.css @@ -33,3 +33,15 @@ transition: background 300ms; width: 150px; } + +.stop { + background-color: red; +} + +.slow { + background-color: orange; +} + +.go { + background-color: green; +}