6 lines
49 B
CSS
6 lines
49 B
CSS
|
.red {
|
||
|
color: red;
|
||
|
}
|
||
|
.green {
|
||
|
color: green;
|
||
|
}
|