"bidding history"
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">
<nav class="navbar navbar-default navbar-fixed-top" 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>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://auction.gaadiexpert.com"><img src="http://auction.gaadiexpert.com/images/Logo-656x145.png" alt="auction.gaadiexpert.com"> </a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Faq's</a></li>
<li><a href="#">Registration</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-collapse -->
</nav>
<!------------- MAIN PAGE CONTENT AREA --------->
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
.interest-check-box {
margin: auto;
padding: 50px;
background: #;
}
body{background:#f2f2f2; }
div[class*="col"]{padding-left:5px; padding-right:5px;}
.area-padding {padding:60px 0px 60px 0px;}
.area-padding2 {padding:20px 0px 20px 0px;}
h1,h2,h3 {font-weight:700;}
a{color:#b9b9b9;}
a:hover{color:#dd0000;}
span{color:#dd0000;}
i {color:#dd0000;}
li {line-height:26px;}
li i {padding-right:10px;}
.x8 {font-size:80px;}
.x10 {font-size:350px;}
.x4 {font-size:40px;}
.bg-white {background:#fff;}
.bg-yellow {background:#e7e7e7;color:#696969;}
.green {color:#27db99;}
.spacer-tp-70{margin-top:110px;}
.spacer-bp-50{padding-bottom:50px;}
.shadow-depth1{box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);padding:15px;}
.shadow-depth1:hover {background:#f7f7f7;}
.well {background: #fff; min-height: 50px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);position: relative;margin-bottom:5px;padding-bottom: 30px;-webkit-border-radius: 2px;-moz-border-radius: 2px;-ms-border-radius: 2px; border-radius: 2px;}
.ratings i {color:#ffda6b;}
.affix {top: 0; width: 100%;z-index: 9999 !important;}
.affix + .container-fluid {padding-top: 70px;}
/*********** My interests checkbox *********/
/*Checkboxes styles*/
input[type="checkbox"] { display: none; }
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: