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.
这是我基于 Twitter Bootstrap 的博客http://www.lowcoupling.com我希望底行(当前包含我最新的推文)全屏作为顶部的轮播。我该怎么做?
您可以通过从推文 div 中删除“容器”类来做到这一点。
更改col-lg-6为col-lg-12优选 col-lg-11,覆盖float:left并添加margin:0 auto
col-lg-6
col-lg-12
col-lg-11
float:left
margin:0 auto