Team:Cornell/sandbox

From 2013.igem.org

(Difference between revisions)
Line 197: Line 197:
#navbar {
#navbar {
position: fixed;
position: fixed;
 +
display: table;
z-index: 10;
z-index: 10;
width: 100%;
width: 100%;
-
height: 20%;
 
font-size: 13px;
font-size: 13px;
 +
bottom: -1px;
}
}
#navbar div.nav {
#navbar div.nav {
-
display: inline;
+
display: table-cell;
 +
text-align: center;
 +
vertical-align: middle;
}
}

Revision as of 14:50, 17 July 2014

Parallax Test

Parallax Design 2