From 050101ab94539406bc3ecd7dbf4f4122473389ea Mon Sep 17 00:00:00 2001 From: nea Date: Mon, 20 Feb 2023 22:40:17 +0100 Subject: info --- index.html | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 57 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4fb02f5..2a68cc2 100644 --- a/index.html +++ b/index.html @@ -14,11 +14,18 @@ box-sizing: border-box; } - #app { + #app, #advertisment { margin: 0 auto; width: fit-content; } + #advertisment a{ + font-size: 0.8em; + color: gray; + text-decoration: none!important; + } + + .board { border: 2px solid black; font-size: 20px; @@ -52,6 +59,32 @@ background: olive; } + #admodal { + display: none; + position: fixed; + top: 25%; + left: 25%; + z-index: 10; + margin: 0 auto; + width: 50%; + background: aliceblue; + border: beige solid 1px; + box-sizing: border-box; + padding-left: 3em; + } + #admodal.visible { + display: block; + } + + #admodal ul { + margin: 0 auto; + } + + #admodal div { + position: absolute; + right: 0.5em; + } + #warn { display: block; position: fixed; @@ -110,12 +143,34 @@

You are white

+
+ Info +
+
+
x
+ +