1,769
edits
(birth place) |
m (styling (tweaking transitions a little)) |
||
Line 2: | Line 2: | ||
.jvntransition1 { | .jvntransition1 { | ||
height: 10em; | height: 10em; | ||
transition: height | transition: height 3s ease; | ||
transition-delay: 0.5s; | transition-delay: 0.5s; | ||
box-shadow: 0px -15px 5px -5px #aaa inset; | |||
} | } | ||
.jvntransition1:hover { | .jvntransition1:hover { | ||
height: | height: 23em; | ||
box-shadow: none | |||
} | } | ||
edits