"Title Text"
Bootstrap 3.0.0 Snippet by jeevan123456

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="//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="big-title">
<h3 class="big_title">About Us</h3>
<p class="title-para">Find Your Dream Home</p>
</div>
<div class="big-title2">
<h3 class="big_title2">ABOUT US</h3>
<p class="title-para2">Find Your Dream Home</p>
</div>
<div class="big-title3 text-center">
<h3 class="big_title3">Welcome To Our Tournament!</h3>
<p class="title-para3">Fresh and Local Delivered</p>
</div>
<div class="big-title4 text-left">
<h3 class="big_title4">Subscribe to Newsletter</h3>
<p class="title-para4">Donec porta lacus vitae urna placerat, vitae dapibus nulla eleifend. Donec aliquam neque quis felis viverra pulvinar. Aliquam erat volutpat. Nam enim metus, faucibus non porttitor id, laoreet quis sapien.</p>
</div>
<div class="row text-center">
<span class="glyphicon glyphicon-user icon"></span>
<h3 class="big-title5">About US</h3>
</div>
<div class="row">
<h3 class="big-title6">About Us</h3>
<p class="title-para6 text-center">Duis turpis arcu, dictum eu tincidunt id, congue vel urna. Quisque posuere, ipsum eu faucibus cursus, ex tortor elementum leo, eget varius lorem quam a nisl. Mauris ut enim sed tortor auctor luctus at vitae est.</p>
</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
/*!
TITLE TEXT 1
*/
.big-title {
margin-bottom: 3em;
}
h3.big_title {
font-size: 2em;
color: #212121;
text-transform: uppercase;
position: relative;
text-align: center;
font-weight: 700;
}
p.title-para {
text-align: center;
font-size: 0.9em;
color: #585857;
letter-spacing: 8px;
}
h3.big_title:after {
content: '';
background: #0066b2;
height: 4px;
width: 7%;
position: absolute;
top: 46%;
left: 36%;
}
/*!
TITLE TEXT 2
*/
.big-title2 {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: