Difference between revisions of "Team:Uppsala"
Line 31: | Line 31: | ||
z-index:0; | z-index:0; | ||
} | } | ||
+ | |||
+ | /*Button effects*/ | ||
.buttons img:hover, #nic img { | .buttons img:hover, #nic img { | ||
Line 50: | Line 52: | ||
text-align: center; | text-align: center; | ||
width: 350px; | width: 350px; | ||
+ | font-family: "Fira Sans"; | ||
+ | font-size: 200%; | ||
+ | -webkit-transition: all 300ms ease-out; | ||
+ | -moz-transition: all 300ms ease-out; | ||
+ | transition: all 300ms ease-out | ||
} | } | ||
+ | |||
+ | |||
.buttons:hover .description { | .buttons:hover .description { | ||
visibility: visible; | visibility: visible; | ||
opacity: 1; | opacity: 1; | ||
+ | -moz-transform: translateY(40px); | ||
+ | -webkit-transform: translateY(40px); | ||
+ | transform: translateY(40px); | ||
} | } | ||
Revision as of 14:57, 8 August 2015