Team:OUC-China

From 2012.igem.org

(Difference between revisions)
Line 16: Line 16:
       background:transparent;
       background:transparent;
       }
       }
-
.center{text-align:center;width:512px;}
+
.box {
 +
    display: table-cell;
 +
    vertical-align:middle;
 +
    width:512px;
 +
    height:100px;
 +
    text-align:center;
 +
    /* hack for ie */
 +
    *font-size: 175px;
 +
    /* end */
 +
    border: 1px solid #eee;
 +
}
 +
.box img {
 +
    vertical-align:middle;
 +
}
</style>
</style>
-
<body>
+
<div class="box">
-
<img class="center" src="https://static.igem.org/mediawiki/2012/0/03/OUC-China.ready.png" />
+
    <img src="https://static.igem.org/mediawiki/2012/0/03/OUC-China.ready.png" />
-
</body>
+
</div>
</html>
</html>

Revision as of 07:14, 29 February 2012