Team:Westminster
From 2013.igem.org
(Difference between revisions)
(Blanked the page) |
|||
Line 1: | Line 1: | ||
- | + | <html> | |
+ | <head> | ||
+ | <link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet"> | ||
+ | <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> | ||
+ | <style> | ||
+ | #page_overlay | ||
+ | { | ||
+ | background-color: white; | ||
+ | position: fixed; | ||
+ | width:100%; | ||
+ | height:2000px; | ||
+ | z-index: 100000; | ||
+ | top:0px; | ||
+ | right:0px; | ||
+ | } | ||
+ | #page_content | ||
+ | { | ||
+ | background-color:lightgrey; | ||
+ | margin: 10px auto; | ||
+ | height: 1000px; | ||
+ | width: 1100px; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div id="page_overlay"> | ||
+ | <div id="page_content"> | ||
+ | |||
+ | </div> | ||
+ | <div style="clear:both;"></div> | ||
+ | </div> | ||
+ | </body> | ||
+ | </html> |
Revision as of 11:29, 24 September 2013