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

From 2013.igem.org

(Difference between revisions)
 
(12 intermediate revisions not shown)
Line 1: Line 1:
-
p.description {
+
div.biobrick_wrapper {
-
       width: 600px;
+
    width:800px;
-
       float:right;
+
    margin:10px 50px;
 +
    padding:0px;
 +
}
 +
div.brick_frame {
 +
    float:left;
 +
    width:250px;
 +
    margin:8px;
 +
    padding:0px;
 +
     
 +
}
 +
.brick_frame img {
 +
       width: 250px;
 +
       height:175px;
 +
  position:relative;
 +
      margin:0px;
 +
      padding:0px;
 +
}
 +
p.title {
 +
width:250px;
 +
font-family:Arial, Helvetica, sans-serif;
 +
font-weight:bold;
 +
margin:0px;
 +
padding:0px;
 +
}
 +
.brick_frame p {
 +
width: 250px;
 +
margin:0px;
 +
padding:0px;
}
}

Latest revision as of 09:05, 27 September 2013

div.biobrick_wrapper {

    width:800px;
    margin:10px 50px;
    padding:0px;

} div.brick_frame {

    float:left;
    width:250px;
    margin:8px;
    padding:0px;
     

} .brick_frame img {

     width: 250px;
     height:175px;

position:relative;

     margin:0px;
     padding:0px;

} p.title { width:250px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; margin:0px; padding:0px; } .brick_frame p { width: 250px; margin:0px; padding:0px; }