Simple yet effective Social Links

Developer
Size
2,111 Kb
Views
66,792

How do I make an simple yet effective social links?

Inspired by http://dribbble.com/shots/1315042-Freebie-PSD-Signin-Button. What is a simple yet effective social links? How do you make a simple yet effective social links? This script and codes were developed by Jitendra on 04 July 2022, Monday.

Simple yet effective Social Links Previews

Simple yet effective Social Links - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple yet effective Social Links</title> <link rel='stylesheet prefetch' href='http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="socialbutton" id="gplus">
<div class="icons fa-gplus">
<i class="fa fa-google-plus"></i>
</div>
<div class="signtext">Sign-in with Gmail</div>
</div>
<div class="socialbutton" id="twitter">
<div class="icons fa-ter">
<i class="fa fa-twitter"></i>
</div>
<div class="signtext">Sign-in with Twitter</div>
</div>
<div class="socialbutton" id="facebook">
<div class="icons fa-fb">
<i class="fa fa-facebook"></i>
</div>
<div class="signtext">Sign-in with Facebook</div>
</div>
</body>
</html>

Simple yet effective Social Links - Script Codes CSS Codes

@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);
*
{
margin:0px;
padding:0px;
}
body{
background:#f2f2f2;
padding-top:11px;
}
.socialbutton
{
width:345px;
height:70px;
margin:11px auto;
border-radius:3px;
position:relative;
cursor:pointer;
-webkit-transition:0.5s ease;
-moz-transition:0.5s ease;
-o-transition:0.5s ease;
-ms-transition:0.5s ease;
transition:0.5s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
#gplus
{
background:#f2553b;
border-bottom:2px solid #a62518;
}
#twitter
{
background:#00a7fd;
border-bottom:2px solid #1172b7;
}
#facebook
{
background:#3b5998;
border-bottom:2px solid #233d73;
}
.fa
{
font-size:2.5em;
}
.fa-gplus{color:#aa2619; border-right:1px solid #d4382b}
.fa-ter{color:#137ac2;border-right:1px solid #0c80ca}
.fa-fb{color:#2c457b;border-right:1px solid #2f4a83}
.icons
{
text-align:center;
width:60px;
padding:6px;
position:absolute;
margin-top:10px;
}
.signtext
{
color:#fff;
font-fami
}
.signtext
{
color:#fff;
font-family:Roboto;
font-size:1.3em;
position:absolute;
left: 100px;
top: 21px;
}
.socialbutton:hover
{
box-shadow: 0px 10px 5px -10px #000;
-webkit-transform:scale(1.01);
-moz-transform:scale(1.01);
-o-transform:scale(1.01);
-ms-transform:scale(1.01);
transform:scale(1.01);
-webkit-transition:0.5s ease;
-moz-transition:0.5s ease;
-o-transition:0.5s ease;
-ms-transition:0.5s ease;
transition:0.5s ease;
}
Simple yet effective Social Links - Script Codes
Simple yet effective Social Links - Script Codes
Home Page Home
Developer Jitendra
Username berdejitendra
Uploaded July 04, 2022
Rating 4.5
Size 2,111 Kb
Views 66,792
Do you need developer help for Simple yet effective Social Links?

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!

Jitendra (berdejitendra) Script Codes
Create amazing SEO content 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!