bootstrap怎样让按钮或者组件左右对齐?

1.登录页的form表单可以是使用margin:0 auto的方式,居中对齐

2.div可以使用pull-right, text-center, pull-left

3.按钮或者p标签可以使用text-right, text-center, text-left