Jovenan: Difference between revisions

Jump to navigation Jump to search
m
styling (tweaking transitions a little)
(birth place)
m (styling (tweaking transitions a little))
Line 2: Line 2:
.jvntransition1 {
.jvntransition1 {
   height: 10em;
   height: 10em;
   transition: height 2s;
   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: 20em;
   height: 23em;
  box-shadow: none
}
}


1,769

edits

Navigation menu