Improve the CSS

This commit is contained in:
Ryan Sobol 2016-11-11 07:42:07 -08:00
parent 2b226f0912
commit 3a2f06183f

View File

@ -33,3 +33,15 @@
transition: background 300ms; transition: background 300ms;
width: 150px; width: 150px;
} }
.stop {
background-color: red;
}
.slow {
background-color: orange;
}
.go {
background-color: green;
}