Difference between revisions of "Template:Unik copenhagen3"

(Created page with "{{Template_All_Teams}} <html> <div id="contentContainer"> </html>")
 
Line 3: Line 3:
 
<html>
 
<html>
  
<div id="contentContainer">
+
<style>
 +
.bkgd{
 +
    margin: 0 auto;
 +
  cursor: all-scroll;
 +
 
 +
  width: 100%;
 +
  height: 0;
 +
  padding-bottom: 100%;
 +
 
 +
  background-image: url(https://static.igem.org/mediawiki/2015/9/96/Unik_copenhagen_Mars_background.jpg);
 +
  background-size: cover;
 +
  background-position: 100% 0;
 +
 
 +
  transition: background-position 1s linear;
 +
}
 +
</style>
 +
 
 +
<div class='bkgd'>
 +
 
 +
 
  
 
</html>
 
</html>

Revision as of 15:39, 30 May 2015