From 6d07681b7552fa3d8244c6299446f9b18eff1105 Mon Sep 17 00:00:00 2001 From: onefang Date: Fri, 10 Sep 2021 14:25:06 +1000 Subject: Tweak the CSS a bit. --- example/var/www/html/SledjChisl.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/example/var/www/html/SledjChisl.css b/example/var/www/html/SledjChisl.css index 95b55cb..6a6995d 100644 --- a/example/var/www/html/SledjChisl.css +++ b/example/var/www/html/SledjChisl.css @@ -56,6 +56,7 @@ textarea position: absolute; top: 8px; left: 16px; + height: 33%; width: 30%; } .top-right @@ -63,6 +64,7 @@ textarea position: absolute; top: 8px; right: 16px; + height: 33%; width: 30%; } .centre @@ -78,12 +80,20 @@ textarea position: absolute; bottom: 8px; left: 16px; + height: 33%; width: 30%; + display: flex; + justify-content: center; + align-items: center; } .bottom-right { position: absolute; bottom: 8px; right: 16px; + height: 33%; width: 30%; + display: flex; + justify-content: center; + align-items: center; } -- cgit v1.1