Team:Westminster
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | < | + | <html> |
- | #page_overlay | + | <head> |
- | + | <style> | |
- | + | #page_overlay | |
- | + | { | |
- | + | background-color: white; | |
- | + | position: fixed; | |
- | + | width:100%; | |
- | + | height:2000px; | |
- | + | z-index: 100000000000; | |
- | + | top:0px; | |
- | + | right:0px; | |
- | + | } | |
- | + | #page_content | |
- | + | { | |
- | + | margin: 40px auto 0px auto; | |
- | + | height: 1000px; | |
- | </style> | + | width: 1100px; |
- | <div id="page_overlay"> | + | } |
- | + | </style> | |
- | + | </head> | |
- | + | <body> | |
- | + | <div id="page_overlay"> | |
- | + | <div id="page_content"> | |
- | + | <ul class="nav nav-pills"> | |
- | + | <li class="active"> | |
- | + | <a href="#">Home</a> | |
- | + | </li> | |
- | + | <li><a href="https://igem.org/Team.cgi?year=2013&team_name=Westminster">Official Team Profile</a></li> | |
- | </div> | + | <li><a href="#">Another link</a></li> |
+ | </ul> | ||
+ | </div> | ||
+ | <div style="clear:both;"></div> | ||
+ | </div> | ||
+ | </body> | ||
+ | </html> |
Revision as of 11:58, 24 September 2013