Bootstrap 3 Template

This is a simple Twitter Bootstrap 3 template. You can fork it to get a ready to use Bootstrap 3 fiddle.

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<div class="row">
    <div class="col-xs-3 menu">菜单,宽度最低为200px</div>
    <div class="col-xs-9 col-xs-offset-3">这里是内容,要求不能与菜单重叠</div>
</div>

CSS

body{
  margin:0px;
}
.menu{
  position:fixed;
  background-color:green;
  height:300px;
  min-width:200px;
}

JavaScript

/* Latest compiled and minified JavaScript included as External Resource */