diff options
| author | real-zephex <[email protected]> | 2024-03-14 16:16:36 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-14 16:16:36 +0530 |
| commit | 8c7f9fd113611df8c2f308b7120c0a8ae4cae706 (patch) | |
| tree | d2cb96fee85aade8d5ba9a3de0743d026c1e4f02 /src/app/anime/anime.css | |
| parent | Initial commit from Create Next App (diff) | |
| download | dramalama-8c7f9fd113611df8c2f308b7120c0a8ae4cae706.tar.xz dramalama-8c7f9fd113611df8c2f308b7120c0a8ae4cae706.zip | |
First commit: Rewriting dramalama in next.js
Diffstat (limited to 'src/app/anime/anime.css')
| -rw-r--r-- | src/app/anime/anime.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/app/anime/anime.css b/src/app/anime/anime.css new file mode 100644 index 0000000..9c24d95 --- /dev/null +++ b/src/app/anime/anime.css @@ -0,0 +1,8 @@ +.underDev { + text-align: center; + height: 90vh; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +}
\ No newline at end of file |