Team:Hong Kong HKU/people

From 2013.igem.org

(Difference between revisions)
Line 21: Line 21:
abc
abc
</div>
</div>
-
   <div class="right">hik</div>
+
   <div class="center">efg</div>
 +
 
   <div class="clearBoth"></div>
   <div class="clearBoth"></div>
Line 46: Line 47:
.left, .right {
.left, .right {
-
width: 20px; //or use 30%
+
width: 50px; //or use 30%
float: left;
float: left;
}
}
Line 52: Line 53:
.center {
.center {
float: left;
float: left;
-
min-width: 10px; //or use 60%
+
width: 120px; //or use 60%
-
width: auto;
+
 
position: relative;
position: relative;
}
}

Revision as of 06:34, 4 September 2013


abc
efg