Template:Team:ITESM-CEM/CSS
From 2014.igem.org
(Difference between revisions)
Line 129: | Line 129: | ||
.footer { | .footer { | ||
position: fixed; | position: fixed; | ||
- | bottom: 0 | + | bottom: 0px; |
+ | |||
+ | -webkit-transition: bottom 0.2s,; ease-out; | ||
+ | transition: bottom 0.2s,; ease-out; | ||
} | } | ||
+ | .footer:hover { | ||
+ | position: fixed; | ||
+ | bottom: -20px; | ||
+ | } | ||
.PLASMENU { | .PLASMENU { | ||
position: fixed; | position: fixed; |
Revision as of 00:30, 8 July 2014