aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/style.css b/style.css
index 769ac9b..be0edd3 100644
--- a/style.css
+++ b/style.css
@@ -55,12 +55,18 @@ body {
margin-top: 200px;
}
-.editform {
+.form {
width: fit-content;
padding: 20px;
border-style: double;
}
+.border {
+ width: fit-content;
+ padding: 20px;
+ border: 1px solid black;
+}
+
table, th, td {
border: 1px solid black;
}