Team:WHU-China/Humanpractice
From 2011.igem.org
(Difference between revisions)
Line 28: | Line 28: | ||
width:100px; | width:100px; | ||
} | } | ||
+ | .color1 | ||
+ | { | ||
+ | background=red; | ||
+ | } | ||
+ | .color2 | ||
+ | { | ||
+ | background=yellow; | ||
+ | } | ||
+ | .color3 | ||
+ | { | ||
+ | background=blue; | ||
+ | } | ||
+ | .color4 | ||
+ | { | ||
+ | background=pick; | ||
+ | } | ||
+ | |||
#content3 | #content3 | ||
{ | { | ||
Line 57: | Line 74: | ||
</div> | </div> | ||
<div id="content2"> | <div id="content2"> | ||
- | <div id="column2" | + | <div id="column2"> |
- | + | <div class="color1">picture1</div> | |
- | + | <div class="color2">picture2</div> | |
- | + | <div class="color3">picture3</div> | |
+ | <div class="color4">picture4</div> | ||
+ | </div> | ||
</div> | </div> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 20:55, 16 September 2011