Line 26: | Line 26: | ||
/* Style all font awesome icons */ | /* Style all font awesome icons */ | ||
.fa { | .fa { | ||
− | + | padding: 20px; | |
− | + | font-size: 30px; | |
− | + | width: 30px; | |
− | + | text-align: center; | |
− | + | text-decoration: none; | |
+ | margin: 5px 2px; | ||
+ | border-radius: 50%; | ||
} | } | ||
Line 40: | Line 42: | ||
/* Set a specific color for each brand */ | /* Set a specific color for each brand */ | ||
− | |||
.fa-facebook { | .fa-facebook { | ||
− | + | background: #3B5998; | |
− | + | color: white; | |
} | } | ||
− | |||
.fa-twitter { | .fa-twitter { | ||
− | + | background: #55ACEE; | |
− | + | color: white; | |
+ | } | ||
+ | |||
+ | .fa-instagram { | ||
+ | background: #125688; | ||
+ | color: white; | ||
} | } | ||
Revision as of 14:00, 30 August 2018