Template:CSS/style3
From 2014.igem.org
(Difference between revisions)
Line 79: | Line 79: | ||
border-radius:70px; | border-radius:70px; | ||
z-index:4; | z-index:4; | ||
+ | display:block; | ||
+ | margin:auto auto; | ||
+ | border:solid thin grey; | ||
+ | |||
+ | -webkit-transition: all .1s ease; | ||
+ | -moz-transition: all .1s ease; | ||
+ | -o-transition: all .1s ease; | ||
+ | -ms-transition: all .1s ease; | ||
+ | transition: all .1s ease; | ||
+ | } | ||
+ | |||
+ | .mascot_iitd:hover{ | ||
+ | height: 125px; | ||
+ | width:125px; | ||
+ | display:block; | ||
+ | margin:auto auto; | ||
} | } | ||
Revision as of 10:29, 14 October 2014