Team:HUST-China
From 2012.igem.org
(Difference between revisions)
HUST XueYu (Talk | contribs) |
HUST XueYu (Talk | contribs) |
||
Line 1: | Line 1: | ||
- | + | <html> | |
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | <head> | ||
+ | <title>IGEM</title> | ||
+ | <style type="text/css"> | ||
+ | <!-- | ||
+ | body{ | ||
+ | background: rgb(215,215,215); | ||
+ | } | ||
+ | #mainbox{ | ||
+ | width: 831px; | ||
+ | height: 1400px; | ||
+ | position:absolute; | ||
+ | left: 50%; | ||
+ | margin-left: -430px; | ||
+ | margin-top: -8px; | ||
+ | background: red; | ||
+ | } | ||
- | { | + | #logo{ |
- | + | width: 91px; | |
- | + | height: 100%; | |
- | + | position: fixed; | |
- | + | } | |
- | + | ||
- | + | #content{ /* content */ | |
- | + | width: 740px; | |
- | + | height: 100%; | |
- | + | background: yellow; | |
- | + | float: right; | |
+ | } | ||
+ | #navigation{ | ||
+ | height: 50px; | ||
+ | background: green; | ||
+ | margin-top: 100px; | ||
+ | } | ||
+ | |||
+ | #pic{ /* picture */ | ||
+ | width: 740px; | ||
+ | height: 550px; | ||
+ | background: blue; | ||
+ | margin-top: 45px; | ||
+ | } | ||
+ | #pic1{ | ||
+ | width: 200px; | ||
+ | height: 317px; | ||
+ | background: #b1b1b1; | ||
+ | float: left; | ||
+ | margin-bottom: 38px; | ||
+ | } | ||
+ | #pic2{ | ||
+ | width: 511px; | ||
+ | height: 317px; | ||
+ | background: #c4f762; | ||
+ | float: right; | ||
+ | } | ||
+ | #pic3{ | ||
+ | width: 200px; | ||
+ | height: 195px; | ||
+ | background: #6d1700; | ||
+ | float: left; | ||
+ | clear: left; | ||
+ | margin-right: 29px; | ||
+ | } | ||
+ | #pic4{ | ||
+ | width: 180px; | ||
+ | height: 195px; | ||
+ | background: #222222; | ||
+ | float: left; | ||
+ | } | ||
+ | #pic5{ | ||
+ | width: 302px; | ||
+ | height: 195px; | ||
+ | background: #a5d1ff; | ||
+ | float: right; | ||
+ | } | ||
+ | |||
+ | #text{ | ||
+ | width: 740px; | ||
+ | height: 500px; | ||
+ | background: #a0c8ff; | ||
+ | margin-top: 80px; | ||
+ | } | ||
+ | --> | ||
+ | </style> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | |||
+ | <body> | ||
+ | <div id="mainbox"> | ||
+ | <div id="logo"><img src="https://static.igem.org/mediawiki/2012/c/c9/Logo.png"></div> | ||
+ | <div id="content"> | ||
+ | <div id="navigation"></div> | ||
+ | <div id="pic"> | ||
+ | <div id="pic1"><a href="###"><img src="https://static.igem.org/mediawiki/2012/c/c7/Pic1.png"></a></div> | ||
+ | <div id="pic2"><a href="###"><img src="https://static.igem.org/mediawiki/2012/5/57/Pic2.png"></a></div> | ||
+ | <div id="pic3"><a href="###"><img src="https://static.igem.org/mediawiki/2012/a/a7/Pic3.png"></a></div> | ||
+ | <div id="pic4"><a href="###"><img src="https://static.igem.org/mediawiki/2012/c/cd/Pic4.png"></a></div> | ||
+ | <div id="pic5"><a href="###"><img src="https://static.igem.org/mediawiki/2012/1/16/Pic5.png"></a></div> | ||
+ | |||
+ | </div> | ||
+ | <div id="text"> | ||
+ | <p>IGEM</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </body> |
Revision as of 12:04, 20 September 2012