diff options
author | rohan09-raj <[email protected]> | 2022-08-20 21:52:57 +0530 |
---|---|---|
committer | rohan09-raj <[email protected]> | 2022-08-20 21:53:47 +0530 |
commit | 1926a54d1f7b8bc1ed690aaf8e3b679b41edce7b (patch) | |
tree | cc32e361c89929bd0bdff35c6a7ce063ca110c88 /client/src/pages/Error/Error.module.css | |
parent | ecece125ca34002e2dcd1bf22ada5e62849156a9 (diff) |
enrollment improvements
Diffstat (limited to 'client/src/pages/Error/Error.module.css')
-rw-r--r-- | client/src/pages/Error/Error.module.css | 18 |
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; +} |