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="container-paint">
		<div class="row">
			<div class="col-md-6 mb-45 testing-vlc" style="visibility: visible; ">

				<img src="http://oldtimewallpapers.com/wallpapers/201402/3c772f49337397e1a92e19fe6a354ed3_medium.jpg" alt="Phone" class="img-responsive">

			</div>
		</div>	
	</div>

CSS

.container-paint {
    margin-bottom: 20px;
	background: #4D423B;
}
.container-paint img {
	height:563px;
}
.container-paint h2, .container-paint p {
	color:#fff;
}
.container-ikon h2, .container-ikon p {
	color:#111;
}
.container-ikon p {
	margin-left:20px;
}
.icon {
    color: #82C3E5;
    font-size: 40px !important;
}
.testing-vlc:before {
	content: '';
    height: 100%;
    width: 72px;
    position: absolute;
    right: 11px;
    top: 0;
    background: url(http://matraparkettwp.digitaldali.ru/images/bg/round.png) no-repeat;
}
.testing-vlc2:before {
    content: '';
    height: 100%;
    width: 72px;
    position: absolute;
    left: 11px;
    top: 0;
    background: url(img/round2.png) no-repeat;
}
.container-ikon img {
	height:563px;
}
.top-buffer { margin-top:150px; }
#pricing .box {
	 padding: 20px 0px;
}