remotely-save/styles.css
2021-10-17 22:47:48 +08:00

5 lines
67 B
CSS

/* Sets all the text color to red! */
body {
color: red;
}