Team:NYMU-Taipei/gallery.css

From 2014.igem.org

(Difference between revisions)
m
m
Line 20: Line 20:
   height: 100%;
   height: 100%;
   width: 100%;
   width: 100%;
 +
  white-space: nowrap;
 +
  overflow:hidden;
}
}

Revision as of 17:52, 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;

}

.main-img>div{

  height: 100%;
  width: 100%;
  white-space: nowrap;
  overflow:hidden;

}