From 2d75368dbb23d1a79e87f6ee1b7db87c4df498fe Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 2 Jul 2021 12:22:32 +0300 Subject: Add some crude error display stuff --- frontend/styles/Home.module.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'frontend/styles') diff --git a/frontend/styles/Home.module.css b/frontend/styles/Home.module.css index 814ebba..b4a553f 100644 --- a/frontend/styles/Home.module.css +++ b/frontend/styles/Home.module.css @@ -41,3 +41,16 @@ font-size: 175%; text-align: center; } + +#errorContainer { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + width: 100%; + height: 100%; + + z-index: 15; + color: red; +} \ No newline at end of file -- cgit v1.3