diff options
author | crupest <crupest@outlook.com> | 2022-05-04 11:35:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-05-04 11:35:47 +0800 |
commit | a90f1a5041cf4a622f41f3b2680052e3a4d5ba11 (patch) | |
tree | f4d656cea49370d02f99dd870dc89ff02cfa3fed /FrontEnd/src/views/register/index.css | |
parent | 1caaa504cda68e08d52127949ea7f5e2eb2f304e (diff) | |
download | timeline-a90f1a5041cf4a622f41f3b2680052e3a4d5ba11.tar.gz timeline-a90f1a5041cf4a622f41f3b2680052e3a4d5ba11.tar.bz2 timeline-a90f1a5041cf4a622f41f3b2680052e3a4d5ba11.zip |
...
Diffstat (limited to 'FrontEnd/src/views/register/index.css')
-rw-r--r-- | FrontEnd/src/views/register/index.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FrontEnd/src/views/register/index.css b/FrontEnd/src/views/register/index.css new file mode 100644 index 00000000..c0078b28 --- /dev/null +++ b/FrontEnd/src/views/register/index.css @@ -0,0 +1,5 @@ +.register-page { + display: flex; + flex-direction: column; + align-items: center; +} |