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.
我有一个网站,我正在尝试用 css 在屏幕左侧创建一个表格但是当我键入 span8 或更多类时,我的表格不会移动到左侧。
它不起作用。
您可以添加类 .pull-left 和 .pull-right 以使元素与 Bootstrap 浮动对齐。
<table class="table pull-left"> <tr> <td>Cell 1</td> <td>Cell 2</td> <tr> </table>