aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css')
-rw-r--r--public/css/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
new file mode 100644
index 0000000..ca04f38
--- /dev/null
+++ b/public/css/style.css
@@ -0,0 +1,15 @@
+body {background-color: #dcdcdceb;}
+
+input, textarea, select {
+ width: 90%;
+ padding-left: 15px;
+ padding-right: 15px;
+ margin: 5px;
+ margin-left: 5%;
+ margin-right: 5%;
+ height: 30px;
+ border-style: unset;
+}
+textarea {
+ height: 1000px;
+} \ No newline at end of file