| |
| .fa { |
| padding: 20px; |
| font-size: 30px; |
| width: 50px; |
| text-align: center; |
| text-decoration: none; |
| } |
| |
| |
| .fa:hover { |
| opacity: 0.7; |
| } |
| |
| |
| |
| |
| .fa-facebook { |
| background: #3B5998; |
| color: white; |
| } |
| |
| |
| .fa-twitter { |
| background: #55ACEE; |
| color: white; |
| } |
| |
| |
| .fa-google-plus { |
| background: #d34836; |
| color: white; |
| } |
| |
| |
| .fa-youtube { |
| background: #ff0000; |
| color: white; |
| } |
| |
| |
| .fa-linkedin { |
| background: #0077B5; |
| color: white; |
| } |
| |
| |
| .fa-reddit { |
| background: #FF5700; |
| color: white; |
| } |
| |