Team:Sheffield/WetLabJournal
From 2014.igem.org
(Difference between revisions)
Line 34: | Line 34: | ||
#bodyContent { | #bodyContent { | ||
position: fixed; | position: fixed; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
top: 0; | top: 0; | ||
} | } | ||
Line 43: | Line 45: | ||
width: 100%; | width: 100%; | ||
z-index: -1; | z-index: -1; | ||
+ | } | ||
+ | |||
+ | .headerImage { | ||
+ | position: absolute; | ||
+ | width: 100%; | ||
+ | height: 200px; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | |||
+ | .headerImage img { | ||
+ | position: absolute; | ||
+ | right: 0px; | ||
+ | width: 100%; | ||
} | } | ||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
- | + | <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> | ||
{{Team:Sheffield/NavigationBar}} | {{Team:Sheffield/NavigationBar}} |
Revision as of 20:16, 13 September 2014
Wet Lab Journal
Page data goes here...