flabk/static/style/main.css

9 lines
87 B
CSS
Raw Normal View History

2022-09-11 16:52:37 +01:00
body {
background-color: black;
color: rebeccapurple;
}
h1 {
text-align: center;
}