Team:Sheffield/WetLabJournal

From 2014.igem.org

(Difference between revisions)
(Created page with "{{Team:Sheffield/NavigationBar}} <html> <head> <style> .pageContent { position: fixed; top: 0px; height: 100%; width: 100%; } </style> </head> <body...")
Line 8: Line 8:
top: 0px;
top: 0px;
height: 100%;
height: 100%;
 +
width: 100%;
 +
}
 +
 +
.headerImage {
 +
position: absolute;
 +
width: 100%;
 +
height: 200px;
 +
overflow: hidden;
 +
}
 +
 +
.headerImage img {
 +
position: absolute;
 +
right: 0px;
width: 100%;
width: 100%;
}
}
Line 13: Line 26:
</head>
</head>
<body>
<body>
-
1234
+
<div class="headerImage">
 +
<img src="https://static.igem.org/mediawiki/2014/2/29/HeaderWetLab.JPG">
 +
</div>
 +
<h1 class="pageTitle">Wet Lab Journal</h1>
 +
Page data goes here...
</body>
</body>
</html>
</html>

Revision as of 20:01, 13 September 2014

Wet Lab Journal

Page data goes here...