summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/style.css b/style.css
index 54f548b..ada7bfe 100644
--- a/style.css
+++ b/style.css
@@ -1,5 +1,4 @@
body {
- display: flex;
justify-content: center;
align-items: center;
height: 100vh;
@@ -135,3 +134,20 @@ th, td {
th {
background-color: #f4f4f4;
}
+
+.hidden {
+ display: none;
+}
+
+button .delete {
+ background: #e74c3c;
+ color: white;
+ border: none;
+ padding: 4px 6px;
+ cursor: pointer;
+}
+
+textarea {
+ width: 100%;
+ resize: vertical;
+}