summaryrefslogtreecommitdiff
path: root/client/src/pages/Error/Error.module.css
diff options
context:
space:
mode:
authorrohan09-raj <[email protected]>2022-08-20 21:52:57 +0530
committerrohan09-raj <[email protected]>2022-08-20 21:53:47 +0530
commit1926a54d1f7b8bc1ed690aaf8e3b679b41edce7b (patch)
treecc32e361c89929bd0bdff35c6a7ce063ca110c88 /client/src/pages/Error/Error.module.css
parentecece125ca34002e2dcd1bf22ada5e62849156a9 (diff)
enrollment improvements
Diffstat (limited to 'client/src/pages/Error/Error.module.css')
-rw-r--r--client/src/pages/Error/Error.module.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/client/src/pages/Error/Error.module.css b/client/src/pages/Error/Error.module.css
new file mode 100644
index 0000000..d66c6b7
--- /dev/null
+++ b/client/src/pages/Error/Error.module.css
@@ -0,0 +1,18 @@
+.error {
+ display: flex;
+ height: 100vh;
+ width: 100vw;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+}
+
+.error__title {
+ font-family: 'Barlow', sans-serif;
+ font-weight: 400;
+ font-size: var(--font-large);
+}
+
+.error__image {
+ margin-left: 40px;
+}