From 7e359e4c8888c0630c4c7dda709b3fc041a18235 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 18 Sep 2025 12:44:49 -0400 Subject: Show solutions --- pub/index.html | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'pub/index.html') diff --git a/pub/index.html b/pub/index.html index aead4de..5b6236a 100644 --- a/pub/index.html +++ b/pub/index.html @@ -110,12 +110,31 @@ background-color: #88c; font-weight: bold; } + #submit { + outline: 0; + border: 2px solid #44a; + outline: 2px solid #00a; + box-shadow: 2px 2px 4px #00a; + margin: 4px; + border-radius: 5px; + padding: 2px 5px; + background: #ddf; + } + #submit:hover { + background: #bbf; + } + #submit:active { + transform: translate(2px, 2px); + box-shadow: 0 0 0; + } Find all the possible plays with a single blank!
- + + +