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