"social media"
Bootstrap 3.0.0 Snippet by evarevirus

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html><html class=''> <head><script src='//production-assets.codepen.io/assets/editor/live/console_runner-079c09a0e3b9ff743e39ee2d5637b9216b3545af0de366d4b9aad9dc87e26bfd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/events_runner-73716630c22bbc8cff4bd0f07b135f00a0bdc5d14629260c3ec49e5606f98fdd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/css_live_reload_init-2c0dc5167d60a5af3ee189d570b1835129687ea2a61bee3513dee3a50c115a77.js'></script><meta charset='UTF-8'><meta name="robots" content="noindex"><link rel="shortcut icon" type="image/x-icon" href="//production-assets.codepen.io/assets/favicon/favicon-8ea04875e70c4b0bb41da869e81236e54394d63638a1ef12fa558a4a835f1164.ico" /><link rel="mask-icon" type="" href="//production-assets.codepen.io/assets/favicon/logo-pin-f2d2b6d2c61838f7e76325261b7195c27224080bc099486ddd6dccb469b8e8e6.svg" color="#111" /><link rel="canonical" href="https://codepen.io/mikghnson/pen/pjqaqQ?depth=everything&limit=all&order=popularity&page=33&q=icon&show_forks=false" /> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css'> <style class="cp-pen-styles">html, body { height: 100%; min-height: 100%; margin: 0; padding: 0; } .wrp { text-align: center; height: 100%; width: 100%; } .wrp::before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } .icon { display: inline-block; font-size: 50px; line-height: 90px; height: 90px; width: 90px; margin-right: 20px; color: #4099ff; border-radius: 100%; position: relative; } .icon::before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 100%; background: rgba(0,0,0,0.1); z-index: -1; } .icon::after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; vertical-align: middle; width: 100%; height: 100%; transform: scale(0); background: #4099ff; border-radius: 100%; z-index: -1; } .icon:hover { animation-name: bubble2; animation-duration: 0.5s; animation-delay: 0.1s; animation-fill-mode: forwards; } .icon:hover::after { animation-name: bubble; animation-duration: 0.5s; animation-fill-mode: forwards; } .icon-twitter { color: #4099ff; } .icon-twitter::after { background: #4099ff; } .icon-facebook { color: #3b5998; } .icon-facebook::after { background: #3b5998; } .icon-instagram { color: #3f729b; } .icon-instagram::after { background: #3f729b; } .icon-gplus { color: #dc4e41; } .icon-gplus::after { background: #dc4e41; } @-moz-keyframes bubble { 100% { transform: scale(1); } } @-webkit-keyframes bubble { 100% { transform: scale(1); } } @-o-keyframes bubble { 100% { transform: scale(1); } } @keyframes bubble { 100% { transform: scale(1); } } @-moz-keyframes bubble2 { 100% { color: #fff; } } @-webkit-keyframes bubble2 { 100% { color: #fff; } } @-o-keyframes bubble2 { 100% { color: #fff; } } @keyframes bubble2 { 100% { color: #fff; } } </style></head><body> <div class="wrp"><a class="icon icon-twitter" href="#"><i class="fa fa-twitter"></i></a><a class="icon icon-facebook" href="#"><i class="fa fa-facebook"></i></a><a class="icon icon-instagram" href="#"><i class="fa fa-instagram"></i></a><a class="icon icon-gplus" href="#"><i class="fa fa-google-plus"></i></a></div> </body></html>

Related: See More


Questions / Comments: