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">
<span class="form-search"></span>
<input class="search-query form-control" style="width: 200px" placeholder="Live search"/>
CSS
span.form-search {
position: relative;
float: left;
}
span.form-search:before {
display: block;
width: 14px;
height: 14px;
content: "\e003";
font-family: 'Glyphicons Halflings';
background-position: -48px 0;
position: absolute;
top:8px;
left:8px;
opacity: .5;
z-index: 1000;
}
input.search-query {
padding-left:26px;
}
JavaScript
/* Latest compiled and minified JavaScript included as External Resource */