Difference between revisions of "Team:ATOMS-Turkiye/Test Main1"
Line 114: | Line 114: | ||
position: fixed !important; | position: fixed !important; | ||
bottom: -30px; | bottom: -30px; | ||
+ | opacity: 0.2; | ||
+ | -webkit-transition: all .2s linear; | ||
+ | -moz-transition: all .2s linear; | ||
+ | -o-transition: all .2s linear; | ||
+ | transition: all .2s linear; | ||
+ | } | ||
+ | div#headerWrapper:hover { | ||
+ | opacity: 1; | ||
+ | -webkit-transition: all .2s linear; | ||
+ | -moz-transition: all .2s linear; | ||
+ | -o-transition: all .2s linear; | ||
+ | transition: all .2s linear; | ||
} | } | ||
a:hover { | a:hover { |
Revision as of 13:51, 11 September 2015