Template:CSS/team
From 2014.igem.org
(Difference between revisions)
Line 346: | Line 346: | ||
display: block; | display: block; | ||
margin:auto auto; | margin:auto auto; | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
border:solid thin grey; | border:solid thin grey; | ||
- | -webkit-transition: all | + | -webkit-transition: all .5s ease; |
- | -moz-transition: all | + | -moz-transition: all .5s ease; |
- | -o-transition: all | + | -o-transition: all .5s ease; |
- | -ms-transition: all | + | -ms-transition: all .5s ease; |
- | transition: all | + | transition: all .5s ease; |
} | } | ||
.memberimage:hover { | .memberimage:hover { | ||
- | + | height: 150px; | |
- | + | width:150px; | |
- | display: block; | + | display: block; |
- | + | margin: auto; | |
} | } |
Revision as of 20:28, 12 October 2014