bible-verse-parser/styles.css

5 lines
67 B
CSS
Raw Normal View History

2020-10-25 21:55:59 +01:00
/* Sets all the text color to red! */
body {
color: red;
}