"Bond Street Offer Page"
Bootstrap 3.3.0 Snippet by lunchmeat

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row navbar-fixed-top header">
<img class="header-img" src="http://lakshmip.com/images/bond-logo.png" id="bond-logo" />
</div>
<div class="offer">
<div class="row text-center section">
<h2 class="labels">VARSITY STUDIOS INC.</h2>
<h1 class="values">$150,000</h1>
<h2 class="labels">TOTAL LOAN AMOUNT</h2>
</div>
<div class="row section">
<div class="col-xs-6 right-border">
<h2 class="text-center values no-pad">3.9%</h2>
<h2 class="text-center labels no-pad">INTEREST RATE</h2>
</div>
<div class="col-xs-6">
<h2 class="values text-center no-pad">15%</h2>
<h2 class="labels no-pad text-center">APR</h2>
</div>
</div>
<div class="row section">
<div class="col-xs-4">
<h2 class="labels text-left">LOAN TERM</h2>
</div>
<div class="col-xs-8">
<h2 class="values-small text-right">36 Months</h2>
</div>
</div>
<div class="row section">
<div class="col-xs-5">
<h2 class="labels text-left">SEMI-MONTHLY PAYMENT</h2>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
body
{
padding-top: 70px;
}
.header
{
background-color: #ffffff;
border-bottom: 1px solid #CCC;
}
.header-img
{
margin: 15px auto 10px;
display: block;
/*-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;*/
}
.offer
{
max-width: 330px;
margin: 0 auto;
}
.labels
{
font-size: 10px;
color: #CCC;
}
.no-pad
{
padding:0px;
line-height:15px;
margin-bottom:10px;
margin-top:20px;
}
.section
{
border-bottom: 1px solid #CCC;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: