Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在用 Bootstrap3 开发一个网站。我想将整个页面容器放在视口的左侧。position="absolute" 根据需要移动容器,但响应行为会丢失(主容器不再流动)。我怎样才能做到这一点?提前谢谢你,拉尔夫
.container 位于视口的中间,带有一组width和margin: 0 auto;。如果你设置margin-left它0应该工作。
width
margin: 0 auto;
margin-left
0