Team:Cornell/sandbox

From 2013.igem.org

(Difference between revisions)
Line 189: Line 189:
}
}
-
div.header {
+
#headbar {
text-align: center;
text-align: center;
-
height: 10%
+
height: 15%
width: 100%;
width: 100%;
 +
}
 +
 +
#headbar div.head {
 +
display: inline-block;
}
}
Line 386: Line 390:
<body>
<body>
-
<div class="header">
+
<div id="header">
-
<a> Project </a>
+
<div class="head"> Project </div>
-
<a> Outreach </a>
+
<div class="head"> Outreach </div>
-
<header>
+
<div class="head">
-
<h1> Parallax Design 2 </h1>
+
<img src="https://static.igem.org/mediawiki/2012/3/3b/CornelliGEMLogo.jpg">
-
</header>
+
</div>
-
<a> Notebook </a>
+
<div class="head"> Notebook </div>
-
<a> Team </a>
+
<div class="head"> Team </div>
</div>
</div>
<div class="wrapper">
<div class="wrapper">

Revision as of 15:55, 17 July 2014

Parallax Test