我试图遵循一个非常基本的例子.使用入门页面和网格系统,我希望以下内容:
<div class="row"> <div class="span12"> <h1>Bootstrap starter template</h1> <p>Example text.</p> </div> </div>
......会产生中心文本.
但是,它仍然出现在最左边.我究竟做错了什么?
html css twitter-bootstrap
css ×1
html ×1
twitter-bootstrap ×1