Social Media Icons

Size
2,279 Kb
Views
22,264

How do I make an social media icons?

Originally inspired by/ taken from: http://cssdeck.com/user/Jmbarcelonco See: http://cssdeck.com/labs/css-social-share-button. What is a social media icons? How do you make a social media icons? This script and codes were developed by Oliver Schafeld on 05 October 2022, Wednesday.

Social Media Icons Previews

Social Media Icons - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Social Media Icons</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="content"> <input type="checkbox" class="checkbox" id="share" checked> <label for="share" class="label zocial-export"></label> <div class="social"> <ul> <li class="zocial-twitter"></li> <li class="zocial-facebook"></li> <li class="zocial-appstore"></li> <!-- <li class="entypo-gplus"></li> --> </ul> </div>
</div>
</body>
</html>

Social Media Icons - Script Codes CSS Codes

/* visit http://weloveiconfonts.com/ for more fonts */
@import url(http://weloveiconfonts.com/api/?family=zocial);
/* zocial */
[class*="zocial-"]:before { font-family: 'zocial', sans-serif;
}
/* url(http://weloveiconfonts.com/api/?family=entypo);
[class*="zocial-"]:before { font-family: 'entypo', sans-serif;
}
*/
/* entypo */
/*
[class*="entypo-"]:before { font-family: 'entypo', sans-serif;
}
*/
::selection {
background: transparent;
}
html { margin:0; padding:50px 0; background:#231733;
}
#content { text-align:center; position:absolute; left:0; right:0; margin:auto; padding:120px 0 10px 0; width:200px; height:20px;
}
input[type="checkbox"]{display:none;}
.checkbox:checked + .label{ background:#7B7484; color:#231733;
}
.checkbox:checked ~ .social { opacity:1; -webkit-transform: scale(1) translateY(-90px); -moz-transform:scale(1) translateY(-90px); -o-transform:scale(1) translateY(-90px); transform:scale(1) translateY(-90px); -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;
}
.label { font-size:16px; cursor:pointer; margin:0; padding:5px 10px; border-radius:10%; color:#7B7484;
}
.social { transform-origin:50% 0%; -webkit-transform: scale(0) translateY(-190px); -moz-transform:scale(0) translateY(-190px); -o-transform:scale(0) translateY(-190px); transform:scale(0) translateY(-190px); opacity:0;
}
ul { position:relative; left:0; right:0; margin:auto; color:#fff; height:46px; width:180px; background:#3B5998; padding:0; list-style:none;
}
ul li { font-size:20px; cursor:pointer; width:60px; margin:0; padding:12px 0; text-align:center; float:left; display:block; height:22px;}
ul li:hover {color:rgba(0,0,0,.5);}
ul:after { content:''; display:block; position:absolute; left:0; right:0; margin:35px auto; height:0; width:0; border-left: 20px solid transparent;	border-right: 20px solid transparent;	border-top: 20px solid #3B5998;
}
li[class*="twitter"] {background:#6CDFEA;padding:12px 0;}
li[class*="gplus"] {background:#E34429;padding:12px 0;}
li[class*="appstore"] {background:#E34429;padding:12px 0;}
Social Media Icons - Script Codes
Social Media Icons - Script Codes
Home Page Home
Developer Oliver Schafeld
Username schafeld
Uploaded October 05, 2022
Rating 3
Size 2,279 Kb
Views 22,264
Do you need developer help for 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!

Oliver Schafeld (schafeld) Script Codes
Create amazing marketing copy 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!