Template:CSS/style3
From 2014.igem.org
(Difference between revisions)
Line 89: | Line 89: | ||
width:100px; | width:100px; | ||
height:100px; | height:100px; | ||
- | border: | + | border-radius:100px; |
- | + | border:thick solid green; | |
- | + | ||
-webkit-transition: all .1s ease; | -webkit-transition: all .1s ease; | ||
-moz-transition: all .1s ease; | -moz-transition: all .1s ease; | ||
Line 100: | Line 99: | ||
.mascot_iitd:hover{ | .mascot_iitd:hover{ | ||
- | height: | + | height:200px; |
- | width: | + | width:200px; |
display:block; | display:block; | ||
margin:auto auto; | margin:auto auto; | ||
- | |||
} | } | ||
Revision as of 19:54, 14 October 2014