Template:CSS/team

From 2014.igem.org

(Difference between revisions)
Line 90: Line 90:
height:100px;
height:100px;
border:solid thin black;
border:solid thin black;
-
background-image:url(https://static.igem.org/mediawiki/2014/9/97/Gaurav2.jpg);
 
border-radius:10px;
border-radius:10px;
}
}
-
.gaurav{
+
.gaurav1{
-
width:100px;
+
width:100px;
-
height:100px;
+
height:100px;
position:absolute;
position:absolute;
top:0px;
top:0px;
Line 103: Line 102:
z-index:50;
z-index:50;
}
}
-
.gauravbig{
 
-
position: absolute;
 
-
width:0px;
 
-
height:0px
 
-
-webkit-transition:width 0.3s linear 0s;
 
-
transition:width 0.3s linear 0s;
 
-
z-index:51;
 
-
}
 
-
.gaurav:hover + .gauravbig{
 
-
width:300px;
 
-
}
 
</style>
</style>
</html>
</html>

Revision as of 16:09, 26 September 2014