Fancy Up Those Social Media Icons!!!

Size
6,926 Kb
Views
28,336

How do I make an fancy up those social media icons!!!?

Alternative ideas to just using plain boring social media icons. Uses FontAwesome.. What is a fancy up those social media icons!!!? How do you make a fancy up those social media icons!!!? This script and codes were developed by Brandon Kennedy on 18 September 2022, Sunday.

Fancy Up Those Social Media Icons!!! Previews

Fancy Up Those Social Media Icons!!! - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Fancy Up Those Social Media Icons!!!</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.css'> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ * { box-sizing: border-box;
}
*:focus, *:active, *:focus:active { outline: none;
}
.column { float: left; padding: 0 15px; width: 50%;
}
.set { margin: 20px;
}
a.social { display: inline-block; height: 40px; line-height: 40px; margin-right: 10px; overflow: hidden; position: relative; text-indent: -9999em; visibility: hidden; width: 40px;
}
a.social:before, a.social:after { color: #fff; content: ""; display: inline-block; font-family: FontAwesome; font-size: 30px; height: 40px; line-height: 44px; position: absolute; right: 0; text-align: center; text-indent: 0; visibility: visible; width: 40px;
}
a.social:after { left: 0; position: absolute;
}
a.facebook:before { background: #3b5998;
}
a.facebook:after { content: "\f09a"; top: -1px;
}
a.twitter:before { background: #00aced;
}
a.twitter:after { content: "\f099"; left: 0; top: 0;
}
a.google-plus:before { background: #ff4b39;
}
a.google-plus:after { content: "\f0d5"; left: 2px; top: -1px;
}
a.pinterest:before { background: #cc2127;
}
a.pinterest:after { content: "\f0d2"; font-size: 34px; left: -1px; top: -1px;
}
a.instagram:before { background: #784cac;
}
a.instagram:after { content: "\f16d"; top: -1px;
}
a.linked-in:before { background: #007bb6;
}
a.linked-in:after { content: "\f0e1"; top: -1px;
}
.squared a.social:before { border-radius: 0;
}
.rounded a.social:before { border-radius: 50%;
}
.overflowed.rounded a.social:before,
.overflowed.rounded a:hover.social:before { height: 32px; margin: 4px; width: 32px;
}
.overflowed.rounded a.facebook:after,
.overflowed.rounded a:hover.facebook:after { text-shadow: 0 0 3px #3b5998;
}
.overflowed.rounded a.twitter:after,
.overflowed.rounded a:hover.twitter:after { text-shadow: 0 0 3px #00aced;
}
.overflowed.rounded a.google-plus:after,
.overflowed.rounded a:hover.google-plus:after { text-shadow: 0 0 3px #ff4b39;
}
.overflowed.rounded a.pinterest:after,
.overflowed.rounded a:hover.pinterest:after { text-shadow: 0 0 3px #cc2127;
}
.overflowed.rounded a.instagram:after,
.overflowed.rounded a:hover.instagram:after { text-shadow: 0 0 3px #784cac;
}
.overflowed.rounded a.linked-in:after,
.overflowed.rounded a:hover.linked-in:after { text-shadow: 0 0 3px #007bb6;
}
.overflowed a.social,
.overflowed a:hover.social { overflow: visible;
}
.overflowed a.social:after,
.overflowed a:hover.social:after { font-size: 46px; line-height: 46px;
}
.overflowed a.facebook:after,
.overflowed a:hover.facebook:after { font-size: 44px;
}
.overflowed a.twitter:after,
.overflowed a:hover.twitter:after { font-size: 50px; left: -4px; top: -1px;
}
.overflowed a.google-plus:after,
.overflowed a:hover.google-plus:after { font-size: 43px;
}
.overflowed a.pinterest:after,
.overflowed a:hover.pinterest:after { font-size: 50px; left: -2px; top: -2px;
}
.overflowed a.instagram:after,
.overflowed a:hover.instagram:after { font-size: 47px; top: -2px;
}
.overflowed a.linked-in:after,
.overflowed a:hover.linked-in:after { font-size: 45px;
}
.tilted a.social:after { transform: rotate(-7deg); transform-origin: center;
}
.raised a.social:before,
.raised a:hover.social:before { display: none;
}
.raised a.facebook:after,
.raised a:hover.facebook:after { text-shadow: 0 0 3px #3b5998, 0 3px 3px #3b5998;
}
.raised a.twitter:after,
.raised a:hover.twitter:after { text-shadow: 0 0 3px #00aced, 0 3px 3px #00aced;
}
.raised a.google-plus:after,
.raised a:hover.google-plus:after { text-shadow: 0 0 3px #ff4b39, 0 3px 3px #ff4b39;
}
.raised a.pinterest:after,
.raised a:hover.pinterest:after { text-shadow: 0 0 3px #cc2127, 0 3px 3px #cc2127;
}
.raised a.instagram:after,
.raised a:hover.instagram:after { text-shadow: 0 0 3px #784cac, 0 3px 3px #784cac;
}
.raised a.linked-in:after,
.raised a:hover.linked-in:after { text-shadow: 0 0 3px #007bb6, 0 3px 3px #007bb6;
}
.icon-inflate a { transform: scale(1); transition: all .3s ease-in;
}
.icon-inflate a:hover { transform: scale(1.2);
}
.icon-rise a { overflow: visible; transition: all .3s ease-in;
}
.icon-rise a:hover { transform: translateY(-8px);
}
.icon-tilt a { transition: all .3s ease-in;
}
.icon-tilt a:hover { transform: rotate(-7deg);
}
.fg-rise a:after { transition: all .3s ease-in-out;
}
.fg-rise a:hover:after { transform: translateY(-8px);
}
.fg-rise.fg-inflate a:after { transform: scale(1) translateY(0); transition: all .3s ease-in-out;
}
.fg-rise.fg-inflate a:hover:after { transform: scale(1.4) translateY(-8px);
}
.fg-inflate a { overflow: visible;
}
.fg-inflate a:after { transform: scale(1); transition: all .3s ease-in;
}
.fg-inflate a:hover:after { transform: scale(1.5);
}
.fg-inflate.fg-tilt a:after { transform: rotate(0deg) scale(1); transition: all .3s ease-in;
}
.fg-inflate.fg-tilt a:hover:after { transform: rotate(-7deg) scale(1.5);
}
.fg-inflate:not(.bg-fall):not(.fg-tilt) a.instagram:hover:after { top: -2px; transform: scale(1.68);
}
.fg-inflate:not(.bg-fall):not(.fg-tilt) a.linked-in:hover:after { top: -1px; transform: scale(1.6);
}
.fg-color a:after,
.bg-fade a:after { color: #fff; transition: all .3s ease-in-out;
}
.fg-color a:hover.facebook:after,
.bg-fade a:hover.facebook:after { color: #3b5998;
}
.fg-color a:hover.twitter:after,
.bg-fade a:hover.twitter:after { color: #00aced;
}
.fg-color a:hover.google-plus:after,
.bg-fade a:hover.google-plus:after { color: #ff4b39;
}
.fg-color a:hover.pinterest:after,
.bg-fade a:hover.pinterest:after { color: #cc2127;
}
.fg-color a:hover.instagram:after,
.bg-fade a:hover.instagram:after { color: #784cac;
}
.fg-color a:hover.linked-in:after,
.bg-fade a:hover.linked-in:after { color: #007bb6;
}
.fg-tilt a:after { transition: all .3s ease-in;
}
.fg-tilt a:hover:after { transform: rotate(-7deg);
}
.fg-shadow a:hover.facebook:after { text-shadow: 0 0 3px #3b5998;
}
.fg-shadow a:hover.twitter:after { text-shadow: 0 0 3px #00aced;
}
.fg-shadow a:hover.google-plus:after { text-shadow: 0 0 3px #ff4b39;
}
.fg-shadow a:hover.pinterest:after { text-shadow: 0 0 3px #cc2127;
}
.fg-shadow a:hover.instagram:after { text-shadow: 0 0 3px #784cac;
}
.fg-shadow a:hover.linked-in:after { text-shadow: 0 0 3px #007bb6;
}
.bg-fall a { overflow: visible; perspective: 40px; position: relative;
}
.bg-fall a:before { transform: rotateX(0deg); transform-origin: center 44px; transform-style: preserve-3d; transition: all .3s ease-in-out;
}
.bg-fall a:hover:before { transform: rotateX(90deg);
}
.bg-fall a:hover.facebook:before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(59, 89, 152, 0.7));
}
.bg-fall a:hover.twitter:before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 172, 237, 0.7));
}
.bg-fall a:hover.google-plus:before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 75, 57, 0.7));
}
.bg-fall a:hover.pinterest:before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(204, 33, 39, 0.7));
}
.bg-fall a:hover.instagram:before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(120, 76, 172, 0.7));
}
.bg-fall a:hover.linked-in:before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 123, 182, 0.7));
}
.bg-shrink a:before { transform: scale(1); transition: all .3s ease-in;
}
.bg-shrink a:hover:before { transform: scale(0);
}
.bg-tilt a { overflow: visible;
}
.bg-tilt a:before { transition: all .3s ease-in;
}
.bg-tilt a:hover:before { transform: rotate(-7deg);
}
.bg-fade a:before { transition: all .3s ease-in;
}
.bg-fade a:hover:before { background: #fff;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="column"> <h1>Static</h1> <!-- normal --> <h4>normal:</h4> <div class="set squared"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <div class="set rounded"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <!-- tilted --> <h4>tilted:</h4> <div class="set squared tilted"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <div class="set rounded tilted"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <!-- overflowed --> <h4>inflated:</h4> <div class="set squared overflowed"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <div class="set rounded overflowed"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <!-- overflowed tilted --> <h4>inflated and tilted:</h4> <div class="set squared overflowed tilted"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <div class="set rounded overflowed tilted"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <!-- raised --> <h4>raised:</h4> <div class="set overflowed raised"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <!-- raided tilted --> <h4>raised and tilted:</h4> <div class="set overflowed raised tilted"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div>
</div>
<div class="column"> <h1>Animated</h1> <!-- fall rise --> <h4>fold back and jump:</h4> <div class="set squared bg-fall fg-rise fg-color"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <div class="set rounded bg-fall fg-rise fg-color"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <!-- icon rise --> <h4>jump:</h4> <div class="set squared icon-rise"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <div class="set rounded icon-rise"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <!-- icon inflate --> <h4>inflate all:</h4> <div class="set squared icon-inflate"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <div class="set rounded icon-inflate"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <!-- inflate --> <h4>inflate icon only:</h4> <div class="set squared fg-inflate"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <div class="set rounded fg-inflate"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <!-- inflate shadow --> <h4>inflate and shadow icon:</h4> <div class="set squared fg-inflate fg-shadow"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <div class="set rounded fg-inflate fg-shadow"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <!-- fall inflate color --> <h4>fall back and inflate icon:</h4> <div class="set squared bg-fall fg-inflate fg-color"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <div class="set rounded bg-fall fg-inflate fg-color"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <!-- fade --> <h4>fade:</h4> <div class="set squared bg-fade"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <div class="set rounded bg-fade"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <!-- fade inflate --> <h4>fade and inflate:</h4> <div class="set squared bg-fade fg-inflate"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <div class="set rounded bg-fade fg-inflate"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <!-- tilt --> <h4>tilt all:</h4> <div class="set squared icon-tilt"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <div class="set rounded icon-tilt"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <!-- fade inflate tilt --> <h4>fade, inflate and tilt:</h4> <div class="set squared bg-fade fg-inflate fg-tilt"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <div class="set rounded bg-fade fg-inflate fg-tilt"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <!-- fade inflate tilt --> <h4>inflate, tilt and shadow icon:</h4> <div class="set squared fg-inflate fg-tilt fg-shadow"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div> <div class="set rounded fg-inflate fg-tilt fg-shadow"> <a href="##" class="social facebook">Facebook</a> <a href="##" class="social twitter">Twitter</a> <a href="##" class="social google-plus">Google+</a> <a href="##" class="social pinterest">Pinterest</a> <a href="##" class="social instagram">Instagram</a> <a href="##" class="social linked-in">LinkedIn</a> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Fancy Up Those Social Media Icons!!! - Script Codes CSS Codes

* { box-sizing: border-box;
}
*:focus, *:active, *:focus:active { outline: none;
}
.column { float: left; padding: 0 15px; width: 50%;
}
.set { margin: 20px;
}
a.social { display: inline-block; height: 40px; line-height: 40px; margin-right: 10px; overflow: hidden; position: relative; text-indent: -9999em; visibility: hidden; width: 40px;
}
a.social:before, a.social:after { color: #fff; content: ""; display: inline-block; font-family: FontAwesome; font-size: 30px; height: 40px; line-height: 44px; position: absolute; right: 0; text-align: center; text-indent: 0; visibility: visible; width: 40px;
}
a.social:after { left: 0; position: absolute;
}
a.facebook:before { background: #3b5998;
}
a.facebook:after { content: "\f09a"; top: -1px;
}
a.twitter:before { background: #00aced;
}
a.twitter:after { content: "\f099"; left: 0; top: 0;
}
a.google-plus:before { background: #ff4b39;
}
a.google-plus:after { content: "\f0d5"; left: 2px; top: -1px;
}
a.pinterest:before { background: #cc2127;
}
a.pinterest:after { content: "\f0d2"; font-size: 34px; left: -1px; top: -1px;
}
a.instagram:before { background: #784cac;
}
a.instagram:after { content: "\f16d"; top: -1px;
}
a.linked-in:before { background: #007bb6;
}
a.linked-in:after { content: "\f0e1"; top: -1px;
}
.squared a.social:before { border-radius: 0;
}
.rounded a.social:before { border-radius: 50%;
}
.overflowed.rounded a.social:before,
.overflowed.rounded a:hover.social:before { height: 32px; margin: 4px; width: 32px;
}
.overflowed.rounded a.facebook:after,
.overflowed.rounded a:hover.facebook:after { text-shadow: 0 0 3px #3b5998;
}
.overflowed.rounded a.twitter:after,
.overflowed.rounded a:hover.twitter:after { text-shadow: 0 0 3px #00aced;
}
.overflowed.rounded a.google-plus:after,
.overflowed.rounded a:hover.google-plus:after { text-shadow: 0 0 3px #ff4b39;
}
.overflowed.rounded a.pinterest:after,
.overflowed.rounded a:hover.pinterest:after { text-shadow: 0 0 3px #cc2127;
}
.overflowed.rounded a.instagram:after,
.overflowed.rounded a:hover.instagram:after { text-shadow: 0 0 3px #784cac;
}
.overflowed.rounded a.linked-in:after,
.overflowed.rounded a:hover.linked-in:after { text-shadow: 0 0 3px #007bb6;
}
.overflowed a.social,
.overflowed a:hover.social { overflow: visible;
}
.overflowed a.social:after,
.overflowed a:hover.social:after { font-size: 46px; line-height: 46px;
}
.overflowed a.facebook:after,
.overflowed a:hover.facebook:after { font-size: 44px;
}
.overflowed a.twitter:after,
.overflowed a:hover.twitter:after { font-size: 50px; left: -4px; top: -1px;
}
.overflowed a.google-plus:after,
.overflowed a:hover.google-plus:after { font-size: 43px;
}
.overflowed a.pinterest:after,
.overflowed a:hover.pinterest:after { font-size: 50px; left: -2px; top: -2px;
}
.overflowed a.instagram:after,
.overflowed a:hover.instagram:after { font-size: 47px; top: -2px;
}
.overflowed a.linked-in:after,
.overflowed a:hover.linked-in:after { font-size: 45px;
}
.tilted a.social:after { transform: rotate(-7deg); transform-origin: center;
}
.raised a.social:before,
.raised a:hover.social:before { display: none;
}
.raised a.facebook:after,
.raised a:hover.facebook:after { text-shadow: 0 0 3px #3b5998, 0 3px 3px #3b5998;
}
.raised a.twitter:after,
.raised a:hover.twitter:after { text-shadow: 0 0 3px #00aced, 0 3px 3px #00aced;
}
.raised a.google-plus:after,
.raised a:hover.google-plus:after { text-shadow: 0 0 3px #ff4b39, 0 3px 3px #ff4b39;
}
.raised a.pinterest:after,
.raised a:hover.pinterest:after { text-shadow: 0 0 3px #cc2127, 0 3px 3px #cc2127;
}
.raised a.instagram:after,
.raised a:hover.instagram:after { text-shadow: 0 0 3px #784cac, 0 3px 3px #784cac;
}
.raised a.linked-in:after,
.raised a:hover.linked-in:after { text-shadow: 0 0 3px #007bb6, 0 3px 3px #007bb6;
}
.icon-inflate a { transform: scale(1); transition: all .3s ease-in;
}
.icon-inflate a:hover { transform: scale(1.2);
}
.icon-rise a { overflow: visible; transition: all .3s ease-in;
}
.icon-rise a:hover { transform: translateY(-8px);
}
.icon-tilt a { transition: all .3s ease-in;
}
.icon-tilt a:hover { transform: rotate(-7deg);
}
.fg-rise a:after { transition: all .3s ease-in-out;
}
.fg-rise a:hover:after { transform: translateY(-8px);
}
.fg-rise.fg-inflate a:after { transform: scale(1) translateY(0); transition: all .3s ease-in-out;
}
.fg-rise.fg-inflate a:hover:after { transform: scale(1.4) translateY(-8px);
}
.fg-inflate a { overflow: visible;
}
.fg-inflate a:after { transform: scale(1); transition: all .3s ease-in;
}
.fg-inflate a:hover:after { transform: scale(1.5);
}
.fg-inflate.fg-tilt a:after { transform: rotate(0deg) scale(1); transition: all .3s ease-in;
}
.fg-inflate.fg-tilt a:hover:after { transform: rotate(-7deg) scale(1.5);
}
.fg-inflate:not(.bg-fall):not(.fg-tilt) a.instagram:hover:after { top: -2px; transform: scale(1.68);
}
.fg-inflate:not(.bg-fall):not(.fg-tilt) a.linked-in:hover:after { top: -1px; transform: scale(1.6);
}
.fg-color a:after,
.bg-fade a:after { color: #fff; transition: all .3s ease-in-out;
}
.fg-color a:hover.facebook:after,
.bg-fade a:hover.facebook:after { color: #3b5998;
}
.fg-color a:hover.twitter:after,
.bg-fade a:hover.twitter:after { color: #00aced;
}
.fg-color a:hover.google-plus:after,
.bg-fade a:hover.google-plus:after { color: #ff4b39;
}
.fg-color a:hover.pinterest:after,
.bg-fade a:hover.pinterest:after { color: #cc2127;
}
.fg-color a:hover.instagram:after,
.bg-fade a:hover.instagram:after { color: #784cac;
}
.fg-color a:hover.linked-in:after,
.bg-fade a:hover.linked-in:after { color: #007bb6;
}
.fg-tilt a:after { transition: all .3s ease-in;
}
.fg-tilt a:hover:after { transform: rotate(-7deg);
}
.fg-shadow a:hover.facebook:after { text-shadow: 0 0 3px #3b5998;
}
.fg-shadow a:hover.twitter:after { text-shadow: 0 0 3px #00aced;
}
.fg-shadow a:hover.google-plus:after { text-shadow: 0 0 3px #ff4b39;
}
.fg-shadow a:hover.pinterest:after { text-shadow: 0 0 3px #cc2127;
}
.fg-shadow a:hover.instagram:after { text-shadow: 0 0 3px #784cac;
}
.fg-shadow a:hover.linked-in:after { text-shadow: 0 0 3px #007bb6;
}
.bg-fall a { overflow: visible; perspective: 40px; position: relative;
}
.bg-fall a:before { transform: rotateX(0deg); transform-origin: center 44px; transform-style: preserve-3d; transition: all .3s ease-in-out;
}
.bg-fall a:hover:before { transform: rotateX(90deg);
}
.bg-fall a:hover.facebook:before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(59, 89, 152, 0.7));
}
.bg-fall a:hover.twitter:before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 172, 237, 0.7));
}
.bg-fall a:hover.google-plus:before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 75, 57, 0.7));
}
.bg-fall a:hover.pinterest:before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(204, 33, 39, 0.7));
}
.bg-fall a:hover.instagram:before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(120, 76, 172, 0.7));
}
.bg-fall a:hover.linked-in:before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 123, 182, 0.7));
}
.bg-shrink a:before { transform: scale(1); transition: all .3s ease-in;
}
.bg-shrink a:hover:before { transform: scale(0);
}
.bg-tilt a { overflow: visible;
}
.bg-tilt a:before { transition: all .3s ease-in;
}
.bg-tilt a:hover:before { transform: rotate(-7deg);
}
.bg-fade a:before { transition: all .3s ease-in;
}
.bg-fade a:hover:before { background: #fff;
}
Fancy Up Those Social Media Icons!!! - Script Codes
Fancy Up Those Social Media Icons!!! - Script Codes
Home Page Home
Developer Brandon Kennedy
Username brandonkennedy
Uploaded September 18, 2022
Rating 3.5
Size 6,926 Kb
Views 28,336
Do you need developer help for Fancy Up Those Social Media Icons!!!?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Brandon Kennedy (brandonkennedy) Script Codes
Create amazing sales emails with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!