From 3b8173e94b9228b0761e45174190b237b41d1db8 Mon Sep 17 00:00:00 2001 From: Irma Lahtinen Date: Tue, 12 Dec 2023 01:19:38 +0200 Subject: Adding "link to clipboard" functionality and forcing questions to consist printable characters. --- static/kyselma.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'static/kyselma.css') diff --git a/static/kyselma.css b/static/kyselma.css index 92f51ca..fdc3996 100644 --- a/static/kyselma.css +++ b/static/kyselma.css @@ -62,6 +62,21 @@ transform: translate(-50%, -50%); } +.kysInfo { + border: 0.4rem solid; + padding: 0.8rem; + display: block; + background-color: #55F; + border-top-color: #79F; + border-left-color: #69F; + border-right-color: #31F; + border-bottom-color: #41F; + position: fixed; + top: 50vh; + left: 50vw; + transform: translate(-50%, -50%); +} + .kysTotal { max-width: 25rem; min-width: max-content; -- cgit v1.2.3