aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/styles/Home.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/styles/Home.module.css')
-rw-r--r--frontend/styles/Home.module.css13
1 files changed, 13 insertions, 0 deletions
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