Team:NYMU-Taipei/team.css

From 2014.igem.org

(Difference between revisions)
m
m
Line 23: Line 23:
     float:left;
     float:left;
     text-align: justify;
     text-align: justify;
 +
    position:relative;
}
}
.mem_pic1{
.mem_pic1{
Line 35: Line 36:
     margin: 0px 30px 0px 30px;
     margin: 0px 30px 0px 30px;
     font-size: 15px;
     font-size: 15px;
 +
}
 +
.mem_pullbar{
 +
    width: 50px;
 +
    height: 30px;
 +
    border: solid 1px;
 +
    margin: 0 auto;
 +
    position: absolute;
 +
    bottom: 0;
 +
    left: 44.5%;
}
}
/**/
/**/

Revision as of 10:16, 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;
   text-align: justify;
   position:relative;

} .mem_pic1{

   width: 100px;
   height: 100px;
   float: left;
   border: 1px solid;
   margin: 25px 25px 10px 25px;
   border-radius: 20px;

} .teamframe>p{

   margin: 0px 30px 0px 30px;
   font-size: 15px;

} .mem_pullbar{

   width: 50px;
   height: 30px;
   border: solid 1px;
   margin: 0 auto;
   position: absolute;
   bottom: 0;
   left: 44.5%;

} /**/