"call to action- section"
Bootstrap 3.0.0 Snippet by jeevan123456

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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="cta-section black-trans-bg">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 col-sm-12 col-xs-12">
<div class="cta-title">
<h2>Do you want to be a need a great project?</h2>
<a href="#">Subscribe Now</a>
</div>
</div>
</div>
</div>
</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
.cta-section {
background: rgba(0, 0, 0, 0) url("https://images.pexels.com/photos/257740/pexels-photo-257740.jpeg?w=940&h=650&auto=compress&cs=tinysrgb") no-repeat scroll left top / cover;
padding: 55px 0;
}
.black-trans-bg {
position: relative;
}
.black-trans-bg::before {
background: #000 none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.3;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.cta-title h2 {
color: #fff;
display: inline-block;
font-size: 26px;
line-height: 30px;
padding: 16px 0;
text-transform: uppercase;
}
.cta-title a {
margin-top:26px;
border: 1px solid #fff;
color: #fff;
display: inline-block;
float: right;
font-size: 16px;
font-weight: 700;
letter-spacing: 0;
padding: 9px 18px;
text-transform: uppercase;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: