Team:Virginia/Gallery

From 2014.igem.org

(Difference between revisions)
Line 10: Line 10:
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script> <!-- 16 KB -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script> <!-- 16 KB -->
 +
#galleryBox{
 +
padding: 10px;
 +
background: rgba(255, 255, 255, 0.5);
 +
}
</head>
</head>
<body>
<body>
-
 
+
<div id="galleryBox">
<div class="fotorama" data-nav="thumbs">
<div class="fotorama" data-nav="thumbs">
   <img src="http://s.fotorama.io/1.jpg">
   <img src="http://s.fotorama.io/1.jpg">
   <img src="http://s.fotorama.io/2.jpg">
   <img src="http://s.fotorama.io/2.jpg">
 +
</div>
</div>
</div>
</body>
</body>
</html>
</html>

Revision as of 20:17, 30 June 2014

#galleryBox{ padding: 10px; background: rgba(255, 255, 255, 0.5); }