init
This commit is contained in:
commit
5cc0525481
8 changed files with 116 additions and 0 deletions
0
static/Script.js
Normal file
0
static/Script.js
Normal file
BIN
static/blume.png
Normal file
BIN
static/blume.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
37
static/style.css
Normal file
37
static/style.css
Normal file
|
@ -0,0 +1,37 @@
|
|||
a {
|
||||
color: rgb(107, 214, 0);
|
||||
}
|
||||
|
||||
#body {
|
||||
background-color: black;
|
||||
color: chartreuse;
|
||||
}
|
||||
|
||||
.button {
|
||||
color: black;
|
||||
background-color: chartreuse;
|
||||
border-color: chartreuse;
|
||||
padding: 10px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.input {
|
||||
color: chartreuse;
|
||||
background-color: rgb(0, 0, 0);
|
||||
border-color: chartreuse;
|
||||
padding: 10px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.note {
|
||||
color: chartreuse;
|
||||
background-color: black;
|
||||
border-color: chartreuse;
|
||||
padding: 10px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-radius: 20px;
|
||||
margin-bottom: 10px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue