diff options
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 |
