简体   繁体   中英

Why is this page's body center-aligned?

I am putting together a new site from an existing site and copying over some of the html and css. I don't really understand why the body is center-aligned here: http://www.problemio.com/auth/forgot_password.php

Any idea what is doing that?

Thanks!

您的样式表中有body {text-align: center}

The stylesheet being served from Yahoo has body { text-align: center; } body { text-align: center; } in it. You can just put body { text-align: left; } body { text-align: left; } in yours to counter it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM