From 400f3866eb7103243d5f52bcd17a0251dcc36304 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Fri, 27 Oct 2023 20:43:02 +0200 Subject: region bubbles --- play.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index 81dd669..5277612 100644 --- a/play.html +++ b/play.html @@ -63,6 +63,21 @@ div.state:hover { background-color: #fff8; } +div.region { + position: absolute; + box-sizing: border-box; + background-clip: padding-box; + background-color: #0008; + border-radius: 50%; + border: 5px solid transparent; + width: 65px; + height: 65px; +} + +div.region:hover { + background-color: #fff8; +} + .piece { position: absolute; background-repeat: no-repeat; @@ -590,6 +605,7 @@ c5 3 13 7 17 8 8 2 9 3 11 12 1 5 5 12 8 16 5 8 5 8 3 22 l-3 14 -30 -1 c-35 +
@@ -599,6 +615,13 @@ c5 3 13 7 17 8 8 2 9 3 11 12 1 5 5 12 8 16 5 8 5 8 3 22 l-3 14 -30 -1 c-35
+
+
+
+
+
+
+
-- cgit v1.2.3