Template:OuatiT: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
.image1 { | .image1 { | ||
display: relative; | display: relative; | ||
top: | top: 0px; | ||
left: 0px; | left: 0px; | ||
opacity: 0; | opacity: 0; | ||
Line 11: | Line 11: | ||
transition: .9s ease; | transition: .9s ease; | ||
} | } | ||
. | .image2:hover { | ||
opacity: 1; | opacity: 1; | ||
} | } | ||
.image2 { | .image2 { | ||
position: relative; | position: relative; | ||
top: | top: -200; | ||
left: 0px; | left: 0px; | ||
z-index: -2; | z-index: -2; |