" "circular navigation slider menu navbar bootstrap""
Bootstrap 3.0.0 Snippet by sam1225

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 ---------->
<!-- How it Works section -->
<section class="section how-it-works" id="how-it-works">
<div class="container">
<div class="row text-center">
<div class="how-it-works-heading">
<h2 class="section-title">How It Work's</h2>
</div>
</div>
<div class="row">
<div class="col-md-12 board">
<!-- <h2>Welcome to IGHALO!<sup>™</sup></h2>-->
<div class="board-inner">
<ul class="nav nav-tabs" id="myTab">
<div class="liner"></div>
<li class="active">
<a href="#home" aria-controls="home" role="tab" data-toggle="tab" title="User Experience">
<span class="round-tabs one">
<i class="icon icon-profile-male"></i>
</span>
</a></li>
<li><a href="#profile" aria-controls="profile" role="tab" data-toggle="tab" title="Sketch">
<span class="round-tabs two">
<i class="icon icon-pencil"></i>
</span>
</a>
</li>
<li><a href="#prototyping" aria-controls="prototyping" role="tab" data-toggle="tab" title="Prototyping">
<span class="round-tabs three">
<i class="icon icon-layers"></i>
</span> </a>
</li>
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
/* ==========================================================================
7. How It Works Section
========================================================================== */
.how-it-works {
background: #f5f5fa;
padding-bottom: 30px;
}
.board{
/*width: 75%;
margin: 60px auto;
margin-bottom: 0;
box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
position: relative;
/* border-bottom: 0; */
/* width: 80%; */
margin: 40px auto;
margin-bottom: 0;
box-sizing: border-box;
}
.board > div.board-inner > .nav-tabs {
border: none;
}
p.narrow{
width: 60%;
margin: 10px auto;
}
.liner{
height: 2px;
background: #ddd;
position: absolute;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

not working this slider...

yash045 (0) - 6 years ago - Reply 0