Team:USTC-Software/collaboration/css

From 2013.igem.org

(Difference between revisions)
(Created page with "#cowork{ width:1000px; height:2700px; background:url(../images/bg1.jpg); box-shadow:#999 3px 3px 3px; margin:120px auto; } #cowork .content{ width:920px; m...")
Line 2: Line 2:
   width:1000px;
   width:1000px;
   height:2700px;
   height:2700px;
-
   background:url(../images/bg1.jpg);
+
   background:url(https://static.igem.org/mediawiki/2013/b/b0/USTC_Software_Bg.jpg);
   box-shadow:#999 3px 3px 3px;
   box-shadow:#999 3px 3px 3px;
   margin:120px auto;
   margin:120px auto;

Revision as of 13:30, 23 September 2013

  1. cowork{
  width:1000px;
  height:2700px;
  background:url(USTC_Software_Bg.jpg);
  box-shadow:#999 3px 3px 3px;
  margin:120px auto;

}

  1. cowork .content{
  width:920px;
  margin:10px auto;

}

  1. cowork .content p{
   font-family:Arial, Helvetica, sans-serif;
   font-size:20px;

}

  1. cowork .string{
   width:920px;

}

  1. cowork .string p{
   width:920px;

}