legend_custom.css 129 B

1234567
  1. .legend span {
  2. width: 33.333333%;
  3. display: inline-block;
  4. text-align: center;
  5. cursor: pointer;
  6. color: white;
  7. }