"FRISE HUGO"
Bootstrap 3.3.0 Snippet by jonusbaum

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="row">
<div class="col-xs-12">
<div class="wizard" style="text-align: center;">
<a class="done">Informations</a>
<a class="done">Adresse</a>
<a class="done">Société propriétaire</a>
<a class="current">Equipe</a>
<a>Photo et documents</a>
<a>Surface et lots</a>
<a>Portefeuilles</a>
</div>
</div>
</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
.wizard a {
margin-top: 6px;
padding: 10px 25px 10px;
margin-right: 5px;
background: #f8F8F8;
position: relative;
display: inline-block;
text-decoration: none;
color: #0c0973;
}
.wizard a:before {
width: 0;
height: 0;
border-top: 20px inset transparent;
border-bottom: 20px inset transparent;
border-left: 10px solid #fff;
position: absolute;
content: "";
top: 0;
left: 0;
}
.wizard a:after {
width: 0;
height: 0;
border-top: 20px inset transparent;
border-bottom: 20px inset transparent;
border-left: 10px solid #F8F8F8;
position: absolute;
content: "";
top: 0;
right: -10px;
z-index: 2;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: