好的。我有点困惑。我下载了 bootstrap v2 并注意到 .css 文件不包含“topbar”或“fill”类。但我看到几个使用这些类的例子。
另外,要使框架正常工作,需要包含哪些文件?我只需要一个 bootstrap.css 文件吗?
bootstrap.js 文件呢?我是否也需要包括在内?
<div class="navbar">
<div class="fill">
<div class="container">
<div > <a class="brand pull-left" href="">Product</a></div>
<ul class="nav">
<li><a href="index.html">Create Account</a></li>
<li class=""><a href="index.html">Forgot Password</a></li>
<li class=""><a href="index.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
我的菜单在左边。我想要它在中间,所以它与主体内容对齐。我认为包装一个“容器”会做到这一点......