Line 381: | Line 381: | ||
z-index: -9999; | z-index: -9999; | ||
} | } | ||
+ | |||
+ | /********************************* Interactive Image *********************************/ | ||
+ | |||
+ | .image{ | ||
+ | position: relative; | ||
+ | } | ||
+ | .image a{ | ||
+ | display: block; | ||
+ | position: absolute; | ||
+ | } | ||
+ | |||
+ | .image a img{ | ||
+ | display: block; | ||
+ | position: absolute; | ||
+ | } | ||
+ | |||
+ | .image a p{ | ||
+ | display: block; | ||
+ | position: absolute; | ||
+ | text-align:justify; | ||
+ | } | ||
+ | |||
+ | #elem:hover{ | ||
+ | -moz-transform: scale(1.2); | ||
+ | -webkit-transform: scale(1.2); | ||
+ | transform: scale(1.2); | ||
+ | transition: all 0.7s ease-out; | ||
+ | } | ||
/********************************* HTML STYLING *********************************/ | /********************************* HTML STYLING *********************************/ |
Revision as of 22:02, 16 October 2018