From 5a75c4551b3f6cc28aa7e9bef2dc56a36a8a494b Mon Sep 17 00:00:00 2001 From: real-zephex Date: Mon, 13 May 2024 21:23:36 +0530 Subject: added loading.jsx file and it's css subpart --- src/app/anime/styles/loading.module.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/app/anime/styles/loading.module.css (limited to 'src/app/anime/styles/loading.module.css') 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 -- cgit v1.2.3