Skip to content

Instantly share code, notes, and snippets.

$z-index: (
modal : 200,
navigation : 100,
footer : 90
);
@mixin z-index($key, $level: 0) {
z-index: map-get($z-index, $key) + $level;
}
{
"Baden-Württemberg":[
"02.11.2015",
"03.11.2015",
"04.11.2015",
"05.11.2015",
"23.12.2015",
"24.12.2015",
"25.12.2015",
"26.12.2015",
<script>
$(function(){
$('#image').reel({
indicator: 0, // For no indicator just remove this line
frames: 100,
frame: 6,
rows: 2,
row: 1,
speed: 0.1,
timeout: 3,