From 20f471236c94d9e87ce4adf967834df33e135410 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Fri, 29 Aug 2025 08:13:47 +0100 Subject: [PATCH] Everything is now working except recording/playback of student sound. Ahem. I may have backed myself into a bit of a corner over that. --- japji/index.html | 170 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 161 insertions(+), 9 deletions(-) diff --git a/japji/index.html b/japji/index.html index eceb0f8..c414098 100644 --- a/japji/index.html +++ b/japji/index.html @@ -17,12 +17,13 @@ color: #331f16; padding: 5% 20%; font-size: x-large; + font-family: sans-serif; } footer { border-top: thin solid #331f16; font-size: medium; - padding: 0.5em 0; + padding: 4em 0 0.5em 0; text-align: center; } @@ -39,7 +40,12 @@ font-size: 2em; } - #popup-record-stop { + #popup-close-box { + float: right; + text-align: right; + } + + #popup-record-stop, #popup-close-box { color: red; } @@ -70,6 +76,114 @@ + +