mirror of
https://github.com/vannamhh/progress-tracker.git
synced 2026-07-22 12:20:25 +00:00
5 lines
67 B
CSS
5 lines
67 B
CSS
|
|
/* Sets all the text color to red! */
|
||
|
|
body {
|
||
|
|
color: red;
|
||
|
|
}
|