Difference between revisions of "Team:Greece/Model"

Line 141: Line 141:
 
</svg>
 
</svg>
  
<!--Background Box Image-->
+
<!-- Video Background -->
<div id='background_box' class='background_box'>
+
<video id="video" autoplay="autoplay" muted="muted" preload="auto" loop="loop">
<img src='https://static.igem.org/mediawiki/2017/6/6f/GreeKom_desert_hd.jpeg' style='width:100%; height:100%;' />
+
<source src="https://static.igem.org/mediawiki/2017/0/05/GreeKom_dna_plexus.mp4" type="video/mp4">
</div>
+
<!--<source src="https://static.igem.org/mediawiki/2017/5/55/GreeKom_slow_wave_video_background.webm" type="video/webm">-->
 +
</video>
  
 
<!-- Subsection Box -->
 
<!-- Subsection Box -->
Line 178: Line 179:
 
.hide{ display:none;}
 
.hide{ display:none;}
 
.reveal{ display: block; }
 
.reveal{ display: block; }
 +
</style>
 +
 +
<!-- Special style -->
 +
<style>
 +
 +
video{
 +
    position: fixed;
 +
    display:none;
 +
    top: 0%;
 +
    left: 0%;
 +
    min-width: 100%;
 +
    min-height: 100%;
 +
    width: inherit;
 +
    height: inherit;
 +
    z-index: 999;
 +
    overflow: hidden;
 +
}
 
</style>
 
</style>
  

Revision as of 13:23, 5 September 2017

Loading...