Template:OuatiT: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
position: absolute; | position: absolute; | ||
} | } | ||
. | .image3 { | ||
display: relative; | display: relative; | ||
top: | top: 0 px; | ||
left: | left: 0 px; | ||
opacity: | opacity: .01; | ||
z-index: 2; | z-index: 2; | ||
transition: .9s ease; | transition: .9s ease; | ||
} | } | ||
. | .image3:hover { | ||
opacity: 1; | opacity: 1; | ||
} | } | ||
.image4 { | |||
. | |||
position: relative; | position: relative; | ||
top: | top: -250px; | ||
left: | left: 1px; | ||
z-index: -2; | z-index: -2; | ||
opacity: 1; | |||
} | } | ||
. | .image4:hover { | ||
opacity: 0; | opacity: 0; | ||
} | } | ||
}} | }} | ||
<div class="container"><div class=" | <div class="container"><div class="image3">[[File:OUATIT1.png|250x250px|link=Once upon a time in Troy...]]</div><div class="image4">[[File:OUATIT2.png|250x250px|link=Once upon a time in Troy...]]</div></div> |