Basically works...
This commit is contained in:
parent
37b08fc788
commit
17f6252d29
7 changed files with 992 additions and 0 deletions
12
static/style.css
Normal file
12
static/style.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
body {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
* {
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
hr {
|
||||
color: green;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue