Line 233: | Line 233: | ||
.fa { | .fa { | ||
− | |||
font-size: 30px; | font-size: 30px; | ||
width: 100px; | width: 100px; | ||
Line 239: | Line 238: | ||
text-decoration: none; | text-decoration: none; | ||
margin: 5px 2px; | margin: 5px 2px; | ||
+ | transition-duration: 0.4s; | ||
} | } | ||
.fa:hover { | .fa:hover { | ||
− | + | background: black; | |
+ | color: #FF533D; | ||
} | } | ||
.fa-facebook { | .fa-facebook { | ||
− | background: # | + | background: #FF533D; |
color: black; | color: black; | ||
} | } |
Revision as of 19:07, 15 August 2017