"For Freelancer"
Bootstrap 4.1.1 Snippet by Nemra1

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<section class="section_all bg_cta_image">
<div class="bg_overlay_cover_on"></div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-center text-white">
<h2 class="font-weight-bold">I Am Available For Freelancer.</h2>
<p class="mx-auto cta_details_mx mt-4 pt-2">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p>
<div class="mt-4 pt-3">
<a href="#" class="btn btn_outline_custom btn-rounded">Hire Me</a>
</div>
</div>
</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
30
31
32
33
34
35
36
37
/*====================
12. CTA
====================*/
.btn {
padding: 15px 32px;
font-size: 14px;
font-weight: 700;
transition: all 0.5s;
letter-spacing: 0.6px;
box-shadow: none !important;
text-transform: uppercase;
outline: none !important;
}
.bg_cta_image{
background-image: url(http://srbthemes.com/morrow/images/bg-cat-images.jpg);
position: relative;
background-size: cover;
background-position: center center;
background-attachment: fixed;
}
.bg_overlay_cover_on {
background-color: rgba(5, 5, 6, 0.84);
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
.btn_outline_custom {
border: 2px solid #f5f5f5;
color: #ffffff;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: