"Call to Action"
Bootstrap 3.3.0 Snippet by rogerwillis

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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 ---------->
<section class="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-8 text-right m-text-center">
<h1>Ready to Change Your Life Yet?</h1>
</div>
<div class="col-md-4 col-sm-4 m-text-center">
<a class="btn btn-white">Take the Next Step</a>
</div>
</div>
</div>
</section>
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
section {background:#0086d2; padding:40px 0;}
h1{
text-transform:uppercase;
color:#fff;
font-family:Arial;
font-size:40px;
}
.btn {
border-radius: 5px;
margin: 21px 0 0 0;
font-weight:700;
}
.btn.btn-white {
background: #fff;
color: #666;
border-bottom: 4px solid #ddd;
}
@media (max-width: 768px) {
.m-text-center {text-align:center;}
.call-to-action h1{font-size:20px;}
}
@media (max-width: 1024px) {
.m-text-center {text-align:center;}
.call-to-action h1{font-size:25px;}
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: