Template:CSS/team
From 2014.igem.org
(Difference between revisions)
Line 95: | Line 95: | ||
+ | .gaurav{ | ||
+ | width:100px; | ||
+ | height:100px; | ||
+ | } | ||
+ | .gauravbig{ | ||
+ | position: absolute; | ||
+ | width:0px; | ||
+ | -webkit-transition:width 0.3s linear 0s; | ||
+ | transition:width 0.3s linear 0s; | ||
+ | z-index:10; | ||
+ | } | ||
+ | .gaurav:hover + .gauravbig{ | ||
+ | width:300px; | ||
+ | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 15:40, 26 September 2014