Team:USTC-Software/collaboration/css

From 2013.igem.org

(Difference between revisions)
Line 4: Line 4:
   background:url(https://static.igem.org/mediawiki/2013/b/b0/USTC_Software_Bg.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:90px auto;
}
}

Revision as of 13:40, 23 September 2013

  1. cowork{
  width:1000px;
  height:2700px;
  background:url(USTC_Software_Bg.jpg);
  box-shadow:#999 3px 3px 3px;
  margin:90px 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;

}