Team:Imperial College London/Resources/Photo Gallery

From 2009.igem.org

(Difference between revisions)
Line 88: Line 88:
   </ul>
   </ul>
</div>
</div>
 +
 +
 +
 +
 +
/* choose a suitable font and center the #container div in Internet Explorer */
 +
body {
 +
  text-align:center;
 +
  font-family: tahoma; arial, sans-serif;
 +
  font-size:76%;
 +
  letter-spacing:0.05em;
 +
  }
 +
 +
 +
/* The containing box for the gallery. */
 +
#container {
 +
    position:relative;
 +
    width:770px;
 +
    height:396px;
 +
    margin:20px auto 0 auto;
 +
    border:1px solid #aaa;
 +
    }
 +
 +
 +
 +
</html>
</html>

Revision as of 11:13, 16 September 2009

  • Alpha
    ALPHA
    Photographed by Dorota Mrowka, courtesy of the stock.xchng
  • Minie
    MINIE
    Photographed by José Antonio Assis, courtesy of the stock.xchng
  • Megan
    MEGAN
    Photographed by Rob Waterhouse, courtesy of the stock.xchng
  • Nancy
    NANCY
    Photographed by Philip Keller, courtesy of the stock.xchng
  • Missy
    MISSY & PANDA
    Photographed by Kat Shurtz, courtesy of the stock.xchng
  • Stray pup
    STRAY PUP
    Photographed by Bethan Hazell, courtesy of the stock.xchng
  • Rolo
    ROLO
    Photographed by Paul Leach, courtesy of the stock.xchng
  • Gigio
    GIGIO
    Photographed by Davide Guglielmo, courtesy of the stock.xchng
  • Westy pup
    WESTY PUP
    Photographed by Rob Waterhouse, courtesy of the stock.xchng
  • Giga Byte
    GIGA BYTE
    Photographed by Jefras, courtesy of the stock.xchng
  • Puppy
    PUPPY
    Photographed by Clodiney Cruz, courtesy of the stock.xchng
  • Buffy
    BUFFY
    Photographed by Rob Waterhouse, courtesy of the stock.xchng
/* choose a suitable font and center the #container div in Internet Explorer */ body { text-align:center; font-family: tahoma; arial, sans-serif; font-size:76%; letter-spacing:0.05em; } /* The containing box for the gallery. */ #container { position:relative; width:770px; height:396px; margin:20px auto 0 auto; border:1px solid #aaa; }