aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/styles/loading.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-13 21:24:07 +0530
committerGitHub <[email protected]>2024-05-13 21:24:07 +0530
commitbf9183d77462a709ec645c20bda12df97a81d26e (patch)
tree85f21c522d46f1f13e783275d7a77f0d6eecaaa1 /src/app/anime/styles/loading.module.css
parentUpdate README.md (diff)
parentadded loading.jsx file and it's css subpart (diff)
downloaddramalama-bf9183d77462a709ec645c20bda12df97a81d26e.tar.xz
dramalama-bf9183d77462a709ec645c20bda12df97a81d26e.zip
Merge pull request #27 from real-zephex/improvement-2
added loading.jsx file and it's css subpart
Diffstat (limited to 'src/app/anime/styles/loading.module.css')
-rw-r--r--src/app/anime/styles/loading.module.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/app/anime/styles/loading.module.css b/src/app/anime/styles/loading.module.css
new file mode 100644
index 0000000..f0d0606
--- /dev/null
+++ b/src/app/anime/styles/loading.module.css
@@ -0,0 +1,12 @@
+.LoadingContainer {
+ height: 100vh;
+ width: 100vw;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.LoadingContainer strong {
+ color: white;
+ font-size: 20px;
+} \ No newline at end of file