From ef905b8cbbbf11532ca2f5000800f8547d716f36 Mon Sep 17 00:00:00 2001 From: Stevo Date: Thu, 14 Mar 2024 16:35:13 +0000 Subject: [PATCH] WIPP --- Visualisations/4.html | 191 ------------------------------ Visualisations/World Hardest.html | 29 ++++- 2 files changed, 27 insertions(+), 193 deletions(-) delete mode 100644 Visualisations/4.html diff --git a/Visualisations/4.html b/Visualisations/4.html deleted file mode 100644 index 89ed0f6..0000000 --- a/Visualisations/4.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Sudoku Solve Steps - - - - -
-
- Sudoku Solve Steps -
- -
- - \ No newline at end of file diff --git a/Visualisations/World Hardest.html b/Visualisations/World Hardest.html index d46cb7b..a515bae 100644 --- a/Visualisations/World Hardest.html +++ b/Visualisations/World Hardest.html @@ -20,6 +20,30 @@ user-select: none; } +td { + padding: 4px; +} + +.tl { + border-top-left-radius: 5px; +} + +.tr { + border-top-right-radius: 5px; +} + +.bl { + border-bottom-left-radius: 5px; +} + +.br { + border-bottom-right-radius: 5px; +} + +.guess{ + padding: 0; +} + .title { margin-top: 20px; font-size: 20px; @@ -138,9 +162,10 @@ background-color: bisque; } -.title { +.cellTitle { font-weight: bold; font-size: 13px; + padding-bottom: 5px; } .tree li a.deadEnd { @@ -190,7 +215,7 @@
Sudoku Solve Steps
- + \ No newline at end of file