Team:NYMU-Taipei/gallery.css

From 2014.igem.org

(Difference between revisions)
m
m
Line 5: Line 5:
   border: solid 1px;
   border: solid 1px;
   margin: 10px auto;
   margin: 10px auto;
 +
}
 +
 +
.g-thumb{
 +
  text-align:center;
}
}

Revision as of 15:59, 30 July 2014

.main-img{

  height: 360px;
  width: 660px;
  border: solid 1px;
  margin: 10px auto;

}

.g-thumb{

  text-align:center;

}

.g-thumb>img{

  width: 60px;
  height: 60px;
  margin: 5px auto;

}