Team:Virginia/Attributions
From 2014.igem.org
(Difference between revisions)
Line 18: | Line 18: | ||
<style> | <style> | ||
- | + | .row{ | |
+ | height:240px; | ||
+ | padding:15px 0px 0px 0px; | ||
+ | margin: 10px 0px 5px 0px; | ||
+ | border: solid red 1px; | ||
+ | } | ||
+ | |||
+ | .col{ | ||
+ | margin: 0px 9px 0px 9px; | ||
+ | border:solid blue 1px; | ||
+ | } | ||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
<a class="fancybox" href="http://fancyapps.com/fancybox/demo/1_b.jpg"><img src="http://fancyapps.com/fancybox/demo/1_s.jpg" alt=""/></a> | <a class="fancybox" href="http://fancyapps.com/fancybox/demo/1_b.jpg"><img src="http://fancyapps.com/fancybox/demo/1_s.jpg" alt=""/></a> | ||
+ | <div class="row" style="text-align:center;"> | ||
+ | <div class="col" id="cara" style="display:inline-block;"> | ||
+ | <h2>Cara Broshkevitch</h2><img src="http://tinyurl.com/peachsquare"/><</div> | ||
+ | |||
+ | <div class="col" id = "haider" style="display:inline-block;"> | ||
+ | <h2>Haider Inam</h2></div> | ||
+ | |||
+ | <div class="col" id="josh" style="display:inline-block;"> | ||
+ | <h2>Joshua Leehan</h2></div> | ||
+ | |||
+ | <div class="col" id="grace" style="display:inline-block;"> | ||
+ | <h2>Grace Mantus</h2></div> | ||
- | < | + | </div> |
</body> | </body> | ||
</html> | </html> |
Revision as of 15:43, 27 June 2014