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

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
div.outframe {
div.outframe {
-
     width:900px;
+
     width:600px;
-
     height:480px;
+
     height:320px;
-
     background-image:url(https://static.igem.org/mediawiki/2013/d/d4/Post_01_BG_yuchen.png);
+
     background:url(https://static.igem.org/mediawiki/2013/d/d4/Post_01_BG_yuchen.png);
}
}
div.inner_frame {
div.inner_frame {
Line 9: Line 9:
}
}
.inner_frame h1 {
.inner_frame h1 {
 +
    text-align:left;
     left: 305px;
     left: 305px;
}
}

Revision as of 14:06, 24 September 2013

div.outframe {

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

} div.inner_frame {

   width:900px;
   height:480px;

} .inner_frame h1 {

   text-align:left;
   left: 305px;

} .inner_frame p {

   left: 235px;

}