bible-verse-parser/styles.css

5 lines
63 B
CSS
Raw Normal View History

2022-04-15 20:13:31 +02:00
/* Sets all the text color to red! */
body {
color: red;
}