5 lines
73 B
5 lines
73 B
3 years ago
|
/* Sets all the text color to red! */
|
||
|
/* body {
|
||
|
color: red;
|
||
|
} */
|