"Legal Services"
Bootstrap 3.3.0 Snippet by MikeClark

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 ---------->
<section id="content-1-3" class="content-block services bg-deepocean white">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="underlined-title" data-pg-collapsed>
<h1 class="white">Our Legal Services</h1>
<hr>
</div>
<div class="services-wrapper">
<div class="col-md-3">
<h4 class="white">Bankruptcy</h4>
<p class="white">VJ Law Firm assists individuals and small businesses with Chapter 7 & Chapter 13 filings, and debt negotiation. Following are some frequent bankruptcy related questions we hear from our clients</p>
<p class="white">
Learn More</p>
</div>
<div class="col-md-3">
<h4>Web Development</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a lorem quis neque interdum consequat ut sed sem.</p>
</div>
<div class="col-md-3">
<h4>Creative Direction</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a lorem quis neque interdum consequat ut sed sem.</p>
</div>
<div class="col-md-3">
<h4>Creative Direction</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a lorem quis neque interdum consequat ut sed sem.</p>
</div>
</div>
</div>
</div>
<!-- /.row -->
</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
.underlined-title {
text-align: center;
padding-bottom: 30px;
}
.underlined-title h1 {
color: #2c3e50;
margin: 0;
}
.white {
color: #FFFFFF !important;
}
.content-1-3 .services-wrapper {
margin: 20px 0 0;
}
h4 {
font-size: 20px;
line-height: 24px;
margin: 0.67em 0;
}
.services p {
padding: 0 20px;
}
.bg-deepocean {
background-color: #193441 !important;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: