Template:CSS/team

From 2014.igem.org

(Difference between revisions)
Line 102: Line 102:
border-radius:100px;
border-radius:100px;
}
}
-
 
+
#picbig{
 +
position: absolute;
 +
width:0px;
 +
-webkit-transition:width 0.3s linear 0s;
 +
transition:width 0.3s linear 0s;
 +
z-index:10;
 +
}
 +
#pic:hover + #picbig{
 +
width:300px;
 +
}

Revision as of 16:30, 26 September 2014