Twitter Bootstrap Css Topbar Html/css
I have this (using the Twitter bootstrap css sheet):               
Solution 1:
Some parts of the HTML is missing, it should look like this : http://jsfiddle.net/KajxK/
<div class="topbar">
  <div class="topbar-inner">
      <div class="container">
          <a class="brand" href="index.php">BrandTest</a>
      </div>
  </div>
</div>
Post a Comment for "Twitter Bootstrap Css Topbar Html/css"