Sexy Social Buttons

Size
2,226 Kb
Views
50,600

How do I make an sexy social buttons?

CSS only animation effect on hover of these simple but fun social buttons.. What is a sexy social buttons? How do you make a sexy social buttons? This script and codes were developed by Iskender Piyale-Sheard on 06 August 2022, Saturday.

Sexy Social Buttons Previews

Sexy Social Buttons - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Sexy Social Buttons</title> <link rel='stylesheet prefetch' href='http://netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <a href="http://twitter.com/minimalmonkey" class="icon-button twitter"><i class="icon-twitter"></i><span></span></a>
<a href="http://facebook.com" class="icon-button facebook"><i class="icon-facebook"></i><span></span></a>
<a href="http://plus.google.com" class="icon-button google-plus"><i class="icon-google-plus"></i><span></span></a> <script src="js/index.js"></script>
</body>
</html>

Sexy Social Buttons - Script Codes CSS Codes

html {	font-size: 10px;
}
body {	background-color: #ccc;	padding: 50px;	text-align: center;
}
/* Wrapper */
.icon-button {	background-color: white;	border-radius: 3.6rem;	cursor: pointer;	display: inline-block;	font-size: 2.0rem;	height: 3.6rem;	line-height: 3.6rem;	margin: 0 5px;	position: relative;	text-align: center;	-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;	width: 3.6rem;
}
/* Circle */
.icon-button span {	border-radius: 0;	display: block;	height: 0;	left: 50%;	margin: 0;	position: absolute;	top: 50%;	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;	width: 0;
}
.icon-button:hover span {	width: 3.6rem;	height: 3.6rem;	border-radius: 3.6rem;	margin: -1.8rem;
}
.twitter span {	background-color: #4099ff;
}
.facebook span {	background-color: #3B5998;
}
.google-plus span {	background-color: #db5a3c;
}
/* Icons */
.icon-button i {	background: none;	color: white;	height: 3.6rem;	left: 0;	line-height: 3.6rem;	position: absolute;	top: 0;	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;	width: 3.6rem;	z-index: 10;
}
.icon-button .icon-twitter {	color: #4099ff;
}
.icon-button .icon-facebook {	color: #3B5998;
}
.icon-button .icon-google-plus {	color: #db5a3c;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {	color: white;
}

Sexy Social Buttons - Script Codes JS Codes

// Uses rem for size so go ahead and change the font-size of html and see the buttons get bigger (or smaller...) :)
Sexy Social Buttons - Script Codes
Sexy Social Buttons - Script Codes
Home Page Home
Developer Iskender Piyale-Sheard
Username ipiyale
Uploaded August 06, 2022
Rating 3
Size 2,226 Kb
Views 50,600
Do you need developer help for Sexy Social Buttons?

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!

Iskender Piyale-Sheard (ipiyale) Script Codes
Create amazing video scripts 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!