Difference between revisions of "Team:Bordeaux/Problem"
Line 9: | Line 9: | ||
a:hover {color: #ffaf59;} | a:hover {color: #ffaf59;} | ||
− | image{ | + | .image{ |
background-size: 15px; | background-size: 15px; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
− | background-position: center;} | + | background-position: center; |
+ | transition: background-size 0.2s; | ||
+ | transition-timing-function: cubic-bezier(.07,1.41,.82,1.41) | ||
+ | display: inline-block; | ||
+ | width: 20px; | ||
+ | height: 30px; | ||
+ | text-decoration: none; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | .image:hover { | ||
+ | background-size: 20px; | ||
+ | } | ||
p.reference {line-height: 105%; font-size: 97%} | p.reference {line-height: 105%; font-size: 97%} |
Revision as of 18:48, 3 August 2015