Team:NYMU-Taipei/team.css

From 2014.igem.org

(Difference between revisions)
(Created page with "- team css: #team_pic{ width: 600px; min-height: 400px; background-color: rgb(44, 219, 219); margin-top: 50px; float:right; margin-left: 15px; } #team_in...")
m
Line 21: Line 21:
     margin-left: 30px;
     margin-left: 30px;
     margin-top: 35px;
     margin-top: 35px;
 +
    float:left;
}
}
/**/
/**/

Revision as of 08:08, 23 July 2014

/*team css*/

  1. team_pic{
   width: 600px;
   min-height: 400px;
   background-color: rgb(44, 219, 219);
   margin-top: 50px;
   float:right;
   margin-left: 15px;

}

  1. team_intro{
   margin-top: 60px;
   font-size: 16px;
   text-align: justify;
   text-justify: inter-ideograph;

} .teamframe{

   width: 480px;
   height: 300px;
   border: 2px solid;
   display: inline-block;
   margin-left: 30px;
   margin-top: 35px;
   float:left;

} /**/