"list chat check box button nav componunt"
Bootstrap 3.0.0 Snippet by bjstephen

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 ---------->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>mousemove demo</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/style3.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</head>
<body>
<div class="container">
<ul class="nav">
<li class="active">step 1 hai this is jus test</ li>
<li >step 2 hai this is jus test</li>
<li >step 3 hai this is jus test</li>
</ul>
<h3>Chate</h3>
<div class="row">
<div class="col-md-5 col-sm-5 col-xs-5">
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
.thumbnail
{
border: 0px;
}
.caption
{
background: #333;
}
.caption h4,p
{
text-align: center;
color: #fff;
}
.header
{
background: rgb(255, 39, 64);
color: #fff;
}
header
{
padding: 10px;
font-family: sans-serif;
font-size: 18pt;
}
ul{
counter-reset: step;
}
.nav li:before
{
content: counter(step);
counter-increment: step;
display: block;
border:2px solid #333;
border-radius: 30px;
margin: 10px auto;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: