"Übersicht Bundesländer final"
Bootstrap 3.3.0 Snippet by smar

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="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<h1 style="font-size: 30px;">Header Resize On Scroll with Animations</h1>
<p>Sie wollen Ihre Veranstaltung zu einem besonderen Event machen, das Ihren Gästen noch lange in Erinnerung bleibt? Dann sind Sie hier genau richtig, denn wir nehmen Sie mit auf eine magische Reise ins Reich der Zauberer und Magier, die Ihnen und Ihren Gästen einen Einblick in die spannende Welt der Illusion ermöglicht!
</p>
<p>
<a href="https://www.facebook.com/pratik.chauhan.cp">« Connect With Me | Chauhan PRatik</a><br>
<a href="http://bootsnipp.com/cppratikcp">« Go back to all tutorials?</a> <a href="#" class="btn btn-lg btn-primary pull-right">Default text here</a>
</p>
</div>
<div class="container">
<div class="col-sm-2">
<div class="fading-side-menu">
<h5 style="font-size: 16px;">Zauberer & Magier in Nordrhein-Westfalen</h5><hr class="no-margin">
<ul class="list-unstyled" style="font-size: 13px;">
<li><a href="#intro"> <span class="fa fa-angle-double-right text-primary"></span>Bremen</a></li>
<li><a href="#intro"> <span class="fa fa-angle-double-right text-primary"></span>Hannover</a></li>
<a href="#" class="btn btn-xs btn-default center-block">Weitere <span class="glyphicon glyphicon-chevron-right"></span></a>
</ul>
</div>
</div>
<div class="col-sm-2">
<div class="fading-side-menu">
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
/* FOR DEMO ONLY */
/* Import Bootswatch paper theme because it isn't provided by Bootsnipp and it is awesome! */
@import url(//cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.4/paper/bootstrap.min.css);
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css);
/* WHAT YOU NEED */
.fading-side-menu.affix-top {
opacity: 1;
transition: opacity 1s
}
.fading-side-menu.affix {
top: 11.5px;
}
.fading-side-menu.affix {
opacity: 0.2;
transition: opacity 5s
}
.fading-side-menu.affix:hover {
opacity: 1;
transition: opacity 0.3s
}
/* RECOMMENDED STYLING BUT NOT REQUIRED */
.fading-side-menu a {
color: rgb(102, 102, 102);
}
.fading-side-menu a .fa {
padding-right:15px;
}
/* FOR DEMO ONLY */
body {
background-color: rgb(255, 255, 255);
font-size: 16px;
}
header {
background: url('https://unsplash.imgix.net/photo-1427955569621-3e494de2b1d2?fit=crop&fm=jpg&h=700&q=75&w=1050') no-repeat center bottom;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: