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 id="footer" class="footer">
    <div class="pull-left">
        <h6 class="text-white">Developed by a normal user as you</h6>
    </div>

    <div class="pull-right">
        <button type="button" id="select-language" class="btn btn-sm btn-success" rel="select-language" data-original-title="" title="">
            Select a language</button>
    </div>
</div>

CSS

.footer
{
    font-size: 13px;
    width: 100%;
    height: 50px;
    background-color: #4790ca;
    bottom: 0;
    position: absolute;
    padding: 5px 10px; 
    display: inline-block;
    float: left;
    line-height: 3;
    text-align: left;
    font-weight: bold;
}

JavaScript

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