style.css 82 B

1234567
  1. .green {
  2. background-color: greenyellow;
  3. }
  4. .red {
  5. background-color: red;
  6. }