Team:SYSU-China/css/common.css
From 2014.igem.org
(Difference between revisions)
Line 19: | Line 19: | ||
.ch-grid li { | .ch-grid li { | ||
- | width: | + | width: 230px; |
- | height: | + | height: 230px; |
display: inline-block; | display: inline-block; | ||
position: absolute; | position: absolute; |
Latest revision as of 18:16, 16 October 2014
.ch-grid { margin: 150px 0 0 0; padding: 0; list-style: none; display: block; text-align: center; width: 100%; }
.ch-grid:after, .ch-item:before { content: ;
display: table;
}
.ch-grid:after { clear: both; }
.ch-grid li { width: 230px; height: 230px; display: inline-block; position: absolute; left: 50%; bottom: 0px; }