0.3 First Public Versiob
[smail.git/.git] / css / send.css
diff --git a/css/send.css b/css/send.css
new file mode 100644 (file)
index 0000000..ab77d60
--- /dev/null
@@ -0,0 +1,20 @@
+textarea{
+    width: 100%;
+    display: flex;
+    justify-content: center;
+    border-radius: 0px;
+    height: 40%;
+    resize: none;
+    margin: 0px;
+}
+input{
+    border-radius: 10px 10px 0px 0px;
+    width: 100%;
+    padding: 3px;
+}
+.submit{
+    border-radius: 0px 0px 10px 10px;
+}
+.center{
+    border-radius: 0px;
+}
\ No newline at end of file