Template:CSS/team
From 2014.igem.org
(Difference between revisions)
Line 531: | Line 531: | ||
width:100px; | width:100px; | ||
height:100px; | height:100px; | ||
- | border-radius: | + | border-radius:100px; |
z-index:52; | z-index:52; | ||
} | } | ||
Line 538: | Line 538: | ||
position: absolute; | position: absolute; | ||
left:100px; | left:100px; | ||
- | top: | + | top:-120px; |
width:0px; | width:0px; | ||
- | + | border-radius:200px; | |
- | -webkit-transition: | + | -webkit-transition:width 0.3s linear 0s; |
- | + | ||
z-index:52; | z-index:52; | ||
} | } | ||
.smallpic:hover + .picdescription{ | .smallpic:hover + .picdescription{ | ||
- | width: | + | width:300px; |
- | + | border-radius:200px; | |
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 17:59, 15 October 2014