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
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<div class="row text-center">
<div class="col-xs-12">
<span>
This is a new feature for the site.
</span>
</div>
<div class="col-xs-12">
<a class="btn btn-default size" href="">Click button</a>
</div>
</div>