Team:TU-Delft
From 2011.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | #TU- | + | #TU-header { |
width:100%; | width:100%; | ||
height:100px; | height:100px; | ||
background-color:#ff0000; | background-color:#ff0000; | ||
+ | display:block; | ||
+ | float:left; | ||
} | } | ||
- | + | #TU-menu { | |
- | + | width: 100%; | |
+ | height: 30px; | ||
+ | background-color:#00ff00; | ||
+ | display:block; | ||
+ | float:left; | ||
+ | } | ||
+ | #TU-body { | ||
+ | width:100%; | ||
+ | height:auto; | ||
+ | display:block; | ||
+ | float: left; | ||
+ | } | ||
+ | #TU-footer { | ||
+ | width:100%; | ||
+ | height:50px; | ||
+ | background-color:#0000ff; | ||
+ | display:block; | ||
+ | float:left; | ||
} | } | ||
</style> | </style> | ||
- | <div id="TU-wrapper | + | <div id="TU-wrapper"> |
<div id="TU-header"> | <div id="TU-header"> | ||
</div> | </div> | ||
Line 17: | Line 36: | ||
<div id="TU-body"> | <div id="TU-body"> | ||
<a href="http://tinyurl.com/iGEM-TUDelft"><FONT SIZE=7><b>Our iGEM website</b></FONT></a> | <a href="http://tinyurl.com/iGEM-TUDelft"><FONT SIZE=7><b>Our iGEM website</b></FONT></a> | ||
+ | </div> | ||
+ | <div id="TU-footer"> | ||
+ | <p>Copyright TU Delft iGEM Team 2011</p> | ||
</div> | </div> | ||
</div> | </div> | ||
</html> | </html> |
Revision as of 18:52, 18 May 2011