5 lines
63 B
CSS
5 lines
63 B
CSS
/* Sets all the text color to red! */
|
|
body {
|
|
color: red;
|
|
}
|
/* Sets all the text color to red! */
|
|
body {
|
|
color: red;
|
|
}
|