aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/style.css b/style.css
index 1790b4d..52d3ce2 100644
--- a/style.css
+++ b/style.css
@@ -3,6 +3,17 @@
background: red;
}
+#register_box {
+ padding: 16px;
+}
+
+#register_box input[type="text"] {
+ width: 100%;
+}
+#register_box input[type="password"] {
+ width: 100%;
+}
+
table, th, td {
border: 1px solid black;
border-collapse: collapse;