Simple Button Icons

Size
2,257 Kb
Views
28,336

How do I make an simple button icons?

What is a simple button icons? How do you make a simple button icons? This script and codes were developed by Francois Coron on 08 November 2022, Tuesday.

Simple Button Icons Previews

Simple Button Icons - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple Button Icons</title> <link rel='stylesheet prefetch' href='http://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="wrap"> <div class="slide clearfix"> <h2>Btn slide</h2> <a href="#" class="btn facebook"> <i class="icons fi-social-facebook"></i> <span class="text">Facebook</span> </a> <a href="#" class="btn"> <span class="icons fi-social-github"></span> <span class="text dd ">Github</span> </a> <a href="#" class="btn behance"> <i class="icons fi-social-behance"></i> <span class="text">Behance</span> </a> <a href="#" class="btn skype"> <span class="icons fi-social-skype"></span> <span class="text dd ">Skype</span> </a> <a href="#" class="btn twitter"> <i class="icons fi-social-twitter"></i> <span class="text">Twitter</span> </a> <a href="#" class="btn pinterest"> <span class="icons fi-social-pinterest"></span> <span class="text dd ">Pinterest</span> </a> <a href="#" class="btn gplus"> <i class="icons fi-social-google-plus"></i> <span class="text">Google +</span> </a> <a href="#" class="btn dribble"> <span class="icons fi-social-dribbble"></span> <span class="text dd ">Dribble</span> </a> </div> <div class="opacity clearfix"> <h2>Btn Opacity</h2> <a href="#" class="btn facebook"> <i class="icons fi-social-facebook"></i> <span class="text">Facebook</span> </a> <a href="#" class="btn"> <span class="icons fi-social-github"></span> <span class="text dd ">Github</span> </a> <a href="#" class="btn behance"> <i class="icons fi-social-behance"></i> <span class="text">Behance</span> </a> <a href="#" class="btn skype"> <span class="icons fi-social-skype"></span> <span class="text dd ">Skype</span> </a> <a href="#" class="btn twitter"> <i class="icons fi-social-twitter"></i> <span class="text">Twitter</span> </a> <a href="#" class="btn pinterest"> <span class="icons fi-social-pinterest"></span> <span class="text dd ">Pinterest</span> </a> <a href="#" class="btn gplus"> <i class="icons fi-social-google-plus"></i> <span class="text">Google +</span> </a> <a href="#" class="btn dribble"> <span class="icons fi-social-dribbble"></span> <span class="text dd ">Dribble</span> </a> </div>
</div>
</body>
</html>

Simple Button Icons - Script Codes CSS Codes

.clearfix:after{ content:""; clear: both; display: table;
}
body{ background: #222; color: #fff;
}
.wrap{ width: 75%; margin: 0 auto; font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.wrap h2{ color: #fff; text-transform: uppercase; padding-bottom: 10px; border-bottom: 1px solid #111;
}
.btn{ display: block; float: left; width: 100px;height: 40px; background-color:#999; text-align: center; line-height: 40px; position: relative; text-decoration: none; margin: 10px; overflow: hidden;
}
/* Social media colors */
.facebook{background: #3B5998;}
.twitter{background: #00aced;}
.gplus{background: #dd4b39;}
.pinterest{background: #cb2027;}
.dribble{background: #ea4c89;}
.skype{background: #12A5F4;}
.behance{background: #005DFF;}
.icons{ display:block; position: absolute; width: 100%; left: 0; opacity: 1; color: #fff; font-size: 24px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}
.text{ color: #fff; font-size: 11px; position: absolute; right: -100px; top: 0; opacity: 0; -webkit-transition: all .3s ; -moz-transition: all .3s ; -ms-transition: all .3s ; -o-transition: all .3s ; transition: all .3s ; } .btn:hover .icons{ left: -100px; opacity: 0; } .btn:hover .text{ right: 25%; opacity: 1; }
.opacity .text{ display:block; position: absolute; width: 100%; left: 0; opacity: 0;
}
.opacity .btn:hover .icons{ left: -40px; opacity: 0;
}
.opacity .btn:hover .text{ left: 0;
}
Simple Button Icons - Script Codes
Simple Button Icons - Script Codes
Home Page Home
Developer Francois Coron
Username francoiscoron
Uploaded November 08, 2022
Rating 4.5
Size 2,257 Kb
Views 28,336
Do you need developer help for Simple Button 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!

Francois Coron (francoiscoron) Script Codes
Create amazing Facebook ads 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!