Difference between revisions of "Team:MIT"

(Blanked the page)
Line 1: Line 1:
 +
{{MIT}}
 +
<html>
  
 +
<head>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<style>
 +
 +
.parent {
 +
  position: relative;
 +
  top: 0;
 +
  left: 0;
 +
}
 +
 +
.fishes
 +
{     
 +
position: relative;
 +
top: 0;
 +
left: 0;
 +
z-index: 1;
 +
}
 +
.fish
 +
{
 +
position:absolute;
 +
top: -170px;
 +
left: 440px;
 +
z-index: 2;
 +
}
 +
 +
.dropdown {
 +
    position:absolute;
 +
    right:0px;
 +
}
 +
 +
.dropdown1 {
 +
    position: relative;
 +
    display: inline-block;
 +
}
 +
 +
.dropdown-content {
 +
    display: none;
 +
    position: absolute;
 +
    left: 800;
 +
    background-color: #ffffff;
 +
    min-width: 120px;
 +
    z-index: 1;
 +
}
 +
 +
.dropdown:hover .dropdown-content {display: block;}
 +
.dropdown1:hover .dropdown-content {
 +
      display: block;
 +
      position: absolute;
 +
      top: -20px;
 +
      left: 455px;
 +
}
 +
 +
.dropdown1:hover{
 +
transition: transform .2s;
 +
    -ms-transform: scale(1.5);
 +
    -webkit-transform: scale(1.5);
 +
    transform: scale(1.5);
 +
}
 +
 +
</style>
 +
</head>
 +
 +
<body leftmargin="0" topmargin=0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight=0">
 +
 +
 +
  <img class = "fishes" src="https://image.ibb.co/j4i75J/Screen_Shot_2018_06_12_at_2_34_09_PM.png" width = "100%" height = "100%" >
 +
 +
 +
<div class="dropdown1">
 +
  <img class = "fish" src="https://i.imgur.com/msHabJg.png">
 +
  <div class="dropdown-content">
 +
    <a href="https://2018.igem.org/Team:MIT/Description">Blank</a>
 +
  </div>
 +
</div>
 +
 +
 +
</body>
 +
 +
 +
<!--<h1 style="font-family:impact; color: teal; font-size: 400%"> Team MIT 2018 </h1>
 +
<div class="clear extra_space"></div>
 +
<p>Insert Catchy Project Name</p>
 +
 +
</div>
 +
 +
 +
<div class="column full_size" >
 +
 +
<h3>Introduction</h3>
 +
<p> Insert project overview/introduction</p>
 +
</div>
 +
 +
 +
<div class="clear extra_space"></div>
 +
<div class="line_divider"></div>
 +
<div class="clear extra_space"></div>-->
 +
 +
 +
</html>

Revision as of 15:00, 13 June 2018