background

This commit is contained in:
plane000
2018-07-17 17:49:42 +01:00
parent 6783b0717c
commit 436e5726b1
3 changed files with 5 additions and 3 deletions

4
.gitignore vendored
View File

@@ -1,4 +1,2 @@
api.txt api.txt
./node_modules/ node_modules
./node_modules

View File

@@ -1,3 +1,7 @@
body {
background: rgb(245, 245, 245);
}
input { input {
height: 4%; height: 4%;
position: absolute; position: absolute;