From 37207cff97e3cc650254cb1d7723a4420350b346 Mon Sep 17 00:00:00 2001 From: CentreMetre Date: Sun, 31 May 2026 15:17:37 +0100 Subject: [PATCH] Add strikout functionality. --- public/index.html | 76 ++++++++++++++++++++++++++++++----------------- public/style.css | 6 +++- 2 files changed, 54 insertions(+), 28 deletions(-) diff --git a/public/index.html b/public/index.html index f879126..7079647 100644 --- a/public/index.html +++ b/public/index.html @@ -28,15 +28,13 @@
-
-
+
diff --git a/public/style.css b/public/style.css index 48a4675..d1984d7 100644 --- a/public/style.css +++ b/public/style.css @@ -11,6 +11,10 @@ background-color: rgb(230, 230, 230); } -#output { +#output-row { display: flex; +} + +.strike { + text-decoration: line-through; } \ No newline at end of file