diff options
| author | real-zephex <[email protected]> | 2024-05-13 21:24:07 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-13 21:24:07 +0530 |
| commit | bf9183d77462a709ec645c20bda12df97a81d26e (patch) | |
| tree | 85f21c522d46f1f13e783275d7a77f0d6eecaaa1 /src/app/anime/styles/loading.module.css | |
| parent | Update README.md (diff) | |
| parent | added loading.jsx file and it's css subpart (diff) | |
| download | dramalama-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.css | 12 |
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 |