"Max Law #b89b5e "
Bootstrap 3.3.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="//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="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<div class="top-add-area">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="top-add ">
<ul class="list-inline">
<li><i class="fa fa-map-marker"></i>350 Avenue, India, Delhi 110001 </li>
<li><i class="fa fa-envelope-o"></i>info@mailme.com </li>
</ul>
</div>
</div>
<div class="col-md-6">
<div class="top-login pull-right ">
<ul class="list-inline">
<li><i class="fa fa-map-marker"></i><a href="#">Login</a></li>
<li><i class="fa fa-envelope-o"></i><a href="#">Register</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<nav class="navbar navbar-default navbar" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
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
.icon {font-size :60px;
padding: 25px 0 0;
margin-top: 20px;
background: #b89b5e ;
border-radius:309px;
}
.img-padding-top {padding-top: 110px;}
.paddingbox2 {padding:80px;}
.top_title {font-size:24px; color:#b89b5e ;}
.top_title h3 {font-size:20px color:#b89b5e ;}
/* Carousel Styles */
.item img {width:100%; max-height:450px;display: block;}
.caraous-title {
position: absolute;
top: 20%;
left: 15.8%;
right: auto;
width: 96.66666666666666%;
color: #000;
}
.caraous-title h1 {color:#fff;font-size:35px; font-weight:700;}
.caraous-title h3 {margin-bottom:24px;color:#fff;font-size:16px;}
.caraous-title span {color:#b89b5e ;font-size:12px;}
.caraous-img-box img {width:50%;}
/* Button */
.site-btn{padding:12px 25px 12px 25px;border-radius:2px;background:#b89b5e;border:transparent;font-size:14px;}
.site-btn:hover{background:#213455 ;border:transparent;}
/**************** NAVIGATION **************/
/* Navigation */
.caret-up {
width: 0;
height: 0;
border-left: 4px solid rgba(0, 0, 0, 0);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
<li><i class="fa fa-phone"></i>+91-xxx-xxx-2040 </li>
213455
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: