Team:SYSU-China/Team/Member style.css

From 2013.igem.org

(Difference between revisions)
Line 8: Line 8:
position:absolute;
position:absolute;
right:0;
right:0;
-
     width:0px;
+
     width:1px;
-
     background: url(https://static.igem.org/mediawiki/2013/d/d3/Post_01_FL_yuchen.png);
+
height:320px;
-
    height:320px;
+
     background: url(https://static.igem.org/mediawiki/2013/d/d3/Post_01_FL_yuchen.png) no-repeat;
 +
 
}
}
div.flash_button {
div.flash_button {

Revision as of 05:02, 25 September 2013

div.out_frame { position:relative;

   width:600px;
   height:320px;
   background: url(Post_01_BG_yuchen.png);

} div.inner_frame { position:absolute; right:0;

   width:1px;

height:320px;

   background: url(Post_01_FL_yuchen.png) no-repeat;

} div.flash_button { position:absolute; left:0px; width:150px; height:320px; } .out_frame h1 { position:absolute;

   text-align:left;
   left: 305px;

top: 50px; } .out_frame p { position:absolute;

   left: 235px;

top: 100px; }