SeXy buttons

Size
4,447 Kb
Views
52,624

How do I make an sexy buttons?

SeXy social buttons made with css3.. What is a sexy buttons? How do you make a sexy buttons? This script and codes were developed by Karsten Buckstegge on 10 September 2022, Saturday.

SeXy buttons Previews

SeXy buttons - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>seXy buttons</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.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! */ /* IMOPRT ICON FONT */
@import url(http://weloveiconfonts.com/api/?family=brandico);
/* brandico */
[class*="brandico-"]:before { font-family: 'brandico', sans-serif;
}
/* DEFINE SCSS VARIABLES */
/* calcuated values */
/* START DEFINITION */
html { background: #F6FBFC;
}
.flag { margin-top: 120px; margin-left: -5px; padding: 20px; padding-left: 30px; background: #242728; position: fixed; border-radius: 2px;
}
.flag p { font-family: 'Raleway', sans-serif; color: #F6FBFC;
}
.container { width: 610px; margin: 60px auto;
}
.button { width: 100px; height: 100px; background: #242728; display: inline-block; margin-left: 50px; margin-right: 50px; transform: rotate(45deg);
}
@keyframes click { 0% { transform: scale(1); } 20% { transform: scale(1.1); } 100% { transform: scale(0.5); }
}
.button:before { content: ""; position: absolute; width: 75px; height: 75px; background: transparent; margin-top: -30px; margin-left: -30px; border-bottom: 10px solid #242728; border-right: 10px solid #242728;
}
.active:before { transform-origin: 100% 100%; animation: click ease 2.4s;
}
.button:after { content: ""; position: absolute; width: 75px; height: 75px; background: transparent; margin-top: 45px; margin-left: 45px; border-top: 10px solid #242728; border-left: 10px solid #242728;
}
.active:after { transform-origin: 0% 0%; animation: click ease 2.4s;
}
.rotator { position: absolute; width: 0px; height: 0px; margin-top: 50px; margin-left: 30px; z-index: 100; transform: rotate(-45deg);
}
.twitter .rotator { margin-top: 55px; margin-left: 25px;
}
span { font-size: 33.33333px; color: #363A3D;
}
@keyframes colortrans_v { 0% { color: #363A3D; } 20% { color: #242728; } 100% { color: #86c9ef; }
}
@keyframes colortrans_t { 0% { color: #363A3D; } 20% { color: #242728; } 100% { color: #00a0d1; }
}
@keyframes colortrans_l { 0% { color: #363A3D; } 20% { color: #242728; } 100% { color: #0e76a8; }
}
.vimeo.active span { animation: colortrans_v ease 2.6s;
}
.twitter.active span { animation: colortrans_t ease 2.6s;
}
.linkedin.active span { animation: colortrans_l ease 2.6s;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <html lang="en">
<head> <meta charset="UTF-8" /> <link href='https://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'> <title>Crazy Buttons</title>
</head>
<body> <div class="flag"><p>seXy buttons - click them!</p></div> <div class="container"> <div class="button vimeo"> <div class="rotator"> <span class="brandico-vimeo"></span> </div> </div> <div class="button twitter"> <div class="rotator"> <span class="brandico-twitter-bird"></span> </div> </div> <div class="button linkedin"> <div class="rotator"> <span class="brandico-linkedin"></span> </div> </div> </div>
</body>
</html> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

SeXy buttons - Script Codes CSS Codes

/* IMOPRT ICON FONT */
@import url(http://weloveiconfonts.com/api/?family=brandico);
/* brandico */
[class*="brandico-"]:before { font-family: 'brandico', sans-serif;
}
/* DEFINE SCSS VARIABLES */
/* calcuated values */
/* START DEFINITION */
html { background: #F6FBFC;
}
.flag { margin-top: 120px; margin-left: -5px; padding: 20px; padding-left: 30px; background: #242728; position: fixed; border-radius: 2px;
}
.flag p { font-family: 'Raleway', sans-serif; color: #F6FBFC;
}
.container { width: 610px; margin: 60px auto;
}
.button { width: 100px; height: 100px; background: #242728; display: inline-block; margin-left: 50px; margin-right: 50px; transform: rotate(45deg);
}
@keyframes click { 0% { transform: scale(1); } 20% { transform: scale(1.1); } 100% { transform: scale(0.5); }
}
.button:before { content: ""; position: absolute; width: 75px; height: 75px; background: transparent; margin-top: -30px; margin-left: -30px; border-bottom: 10px solid #242728; border-right: 10px solid #242728;
}
.active:before { transform-origin: 100% 100%; animation: click ease 2.4s;
}
.button:after { content: ""; position: absolute; width: 75px; height: 75px; background: transparent; margin-top: 45px; margin-left: 45px; border-top: 10px solid #242728; border-left: 10px solid #242728;
}
.active:after { transform-origin: 0% 0%; animation: click ease 2.4s;
}
.rotator { position: absolute; width: 0px; height: 0px; margin-top: 50px; margin-left: 30px; z-index: 100; transform: rotate(-45deg);
}
.twitter .rotator { margin-top: 55px; margin-left: 25px;
}
span { font-size: 33.33333px; color: #363A3D;
}
@keyframes colortrans_v { 0% { color: #363A3D; } 20% { color: #242728; } 100% { color: #86c9ef; }
}
@keyframes colortrans_t { 0% { color: #363A3D; } 20% { color: #242728; } 100% { color: #00a0d1; }
}
@keyframes colortrans_l { 0% { color: #363A3D; } 20% { color: #242728; } 100% { color: #0e76a8; }
}
.vimeo.active span { animation: colortrans_v ease 2.6s;
}
.twitter.active span { animation: colortrans_t ease 2.6s;
}
.linkedin.active span { animation: colortrans_l ease 2.6s;
}

SeXy buttons - Script Codes JS Codes

$(".button").click(function(){ if( $(this).hasClass("active")){ $(this).removeClass("active"); } else { $(this).addClass("active"); }
});
SeXy buttons - Script Codes
SeXy buttons - Script Codes
Home Page Home
Developer Karsten Buckstegge
Username MrBambule
Uploaded September 10, 2022
Rating 3
Size 4,447 Kb
Views 52,624
Do you need developer help for SeXy 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!

Karsten Buckstegge (MrBambule) 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!