7 lines
129 B
CSS
7 lines
129 B
CSS
.legend span {
|
|
width: 33.333333%;
|
|
display: inline-block;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
color: white;
|
|
} |