This commit is contained in:
plane000
2018-07-23 10:30:37 +01:00
parent 0dc8d7d56c
commit 3f74792e84
10 changed files with 798 additions and 44 deletions

View File

@@ -0,0 +1,19 @@
body {
background-color: rgb(245, 245, 245);
}
textarea {
resize: none;
left: 2px;
}
input {
position: absolute;
top: 60%;
left: 2px;
}
input[type=text] {
left: 70px;
width: 50%;
}