diff options
| author | crupest <crupest@outlook.com> | 2023-07-29 22:41:32 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2023-07-29 22:41:32 +0800 |
| commit | 77b03b17a59655c1eeb00e0a818c81f8ea5e326e (patch) | |
| tree | 1374a66fb26910171df8eda54db1b61206f8aeba /FrontEnd/src/pages/login/index.css | |
| parent | 22e8f24e7f7574915e4c75d3c6a5498f6e621ee8 (diff) | |
| download | timeline-77b03b17a59655c1eeb00e0a818c81f8ea5e326e.tar.gz timeline-77b03b17a59655c1eeb00e0a818c81f8ea5e326e.tar.bz2 timeline-77b03b17a59655c1eeb00e0a818c81f8ea5e326e.zip | |
...
Diffstat (limited to 'FrontEnd/src/pages/login/index.css')
| -rw-r--r-- | FrontEnd/src/pages/login/index.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/FrontEnd/src/pages/login/index.css b/FrontEnd/src/pages/login/index.css new file mode 100644 index 00000000..d78b3587 --- /dev/null +++ b/FrontEnd/src/pages/login/index.css @@ -0,0 +1,10 @@ +.login-page {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+}
+
+.login-page-welcome {
+ text-align: center;
+ font-size: 2em;
+}
\ No newline at end of file |
