# 在當個頁面login跑掉 用js在body最下方做調整 ```javascript= <script> //login 跑板 $('.user-login-info').on('click', function(){ $('#login-modal').find('label').css('margin', '0 auto'); }); </script> ---- CSS寫法 .fb-btn{ margin: 0 auto; margin-top: 20px; border-radius: 30px; } .submit{ margin: 0 auto; border-radius: 30px; } span{ display: flex; justify-content: center; } input{ width: 260px; margin: 0 auto; } .modal-content { background-color: black; } ``` 範例: 調整前的樣子  加入JS調整後的樣子 
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up