Team:NJU China
From 2013.igem.org
(Difference between revisions)
Line 180: | Line 180: | ||
.bl-main { | .bl-main { | ||
position: absolute; | position: absolute; | ||
- | width: | + | width: 100%; |
- | height: | + | height: 100%; |
overflow: hidden; | overflow: hidden; | ||
} | } | ||
Line 187: | Line 187: | ||
.bl-main > section { | .bl-main > section { | ||
position: absolute; | position: absolute; | ||
- | width: 33%; | + | width: 33.3%; |
- | height: 33%; | + | height: 33.3%; |
} | } | ||
Line 199: | Line 199: | ||
.bl-main > section:nth-child(2) { | .bl-main > section:nth-child(2) { | ||
top: 0; | top: 0; | ||
- | left: 33%; | + | left: 33.3%; |
background: #FA987D; | background: #FA987D; | ||
} | } | ||
Line 205: | Line 205: | ||
.bl-main > section:nth-child(3) { | .bl-main > section:nth-child(3) { | ||
top: 0%; | top: 0%; | ||
- | left: 66%; | + | left: 66.6%; |
background: #72CCA7; | background: #72CCA7; | ||
} | } | ||
.bl-main > section:nth-child(4) { | .bl-main > section:nth-child(4) { | ||
- | top: 33%; | + | top: 33.3%; |
left: 0%; | left: 0%; | ||
background: #10A296; | background: #10A296; | ||
Line 216: | Line 216: | ||
.bl-main > section:nth-child(5) { | .bl-main > section:nth-child(5) { | ||
- | top: 33%; | + | top: 33.3%; |
- | left: 33%; | + | left: 33.3%; |
background: #ffffff; | background: #ffffff; | ||
} | } | ||
.bl-main > section:nth-child(6) { | .bl-main > section:nth-child(6) { | ||
- | top: 33%; | + | top: 33.3%; |
- | left: 66%; | + | left: 66.6%; |
background: #10A296; | background: #10A296; | ||
} | } | ||
.bl-main > section:nth-child(7) { | .bl-main > section:nth-child(7) { | ||
- | top: 66%; | + | top: 66.6%; |
left: 0%; | left: 0%; | ||
background: #72CCA7; | background: #72CCA7; | ||
} | } | ||
.bl-main > section:nth-child(8) { | .bl-main > section:nth-child(8) { | ||
- | top: 66%; | + | top: 66.6%; |
- | left: 33%; | + | left: 33.3%; |
background: #FA987D; | background: #FA987D; | ||
} | } | ||
.bl-main > section:nth-child(9) { | .bl-main > section:nth-child(9) { | ||
- | top: 66%; | + | top: 66.6%; |
- | left: 66%; | + | left: 66.6%; |
background: #F06060; | background: #F06060; | ||
} | } |
Revision as of 22:30, 24 September 2013
<!DOCTYPE html>