5 lines
49 B
CSS
5 lines
49 B
CSS
|
.red {
|
||
|
text-align: center;
|
||
|
color: red;
|
||
|
}
|