Improve the CSS

master
Ryan Sobol 8 years ago
parent 2b226f0912
commit 3a2f06183f
  1. 12
      index.css

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

Loading…
Cancel
Save