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

From 2013.igem.org

(Difference between revisions)
 
(One intermediate revision not shown)
Line 13: Line 13:
.brick_frame img {
.brick_frame img {
       width: 250px;
       width: 250px;
 +
      height:175px;
  position:relative;
  position:relative;
       margin:0px;
       margin:0px;
       padding:0px;
       padding:0px;
}
}
-
.brick_frame title {
+
p.title {
width:250px;
width:250px;
font-family:Arial, Helvetica, sans-serif;
font-family:Arial, Helvetica, sans-serif;

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; }