Team:SYSU-China/Judging/Biobrick style.css

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
.chapter p { width: 200px;
.chapter p { width: 200px;
 +
p.biobrick {
 +
    float:left;
 +
    width:200px;
 +
     
 +
}
p.description {
p.description {
       width: 600px;
       width: 600px;
       float:right;
       float:right;
}
}

Revision as of 06:52, 27 September 2013

.chapter p { width: 200px;

p.biobrick {

    float:left;
    width:200px;
     

} p.description {

     width: 600px;
     float:right;

}