Difference between revisions of "Team:UC San Diego"

(Replaced content with "{{UC_San_Diego}} <html> <div style="background:white; position:fixed; top:0; left:0; z-index:999; width:100%; height:100%;"> <center> <img style="height:90vh; margin-top:5...")
Line 1: Line 1:
 
{{UC_San_Diego}}
 
{{UC_San_Diego}}
 
<html>
 
<html>
 +
<style>
 +
#landing {
 +
  height:80vh;
 +
  margin-top:10vh;
 +
  transition: all .5s ease
 +
}
 +
#landing:hover {
 +
  height: 90vh;
 +
  margin-top: 5vh;
 +
}
 +
</style>
 
<div style="background:white; position:fixed; top:0; left:0; z-index:999; width:100%; height:100%;">
 
<div style="background:white; position:fixed; top:0; left:0; z-index:999; width:100%; height:100%;">
 
<center>
 
<center>
<img style="height:90vh; margin-top:5vh;" src="https://static.igem.org/mediawiki/2018/9/97/T--UC_San_Diego--landinglogo.png"/>
+
<img id="landing" style="" src="https://static.igem.org/mediawiki/2018/9/97/T--UC_San_Diego--landinglogo.png"/>
 
</center>
 
</center>
 
</div>
 
</div>
 
</html>
 
</html>

Revision as of 05:31, 25 July 2018