Pure CSS3 Button

Developer
Size
2,378 Kb
Views
34,408

How do I make an pure css3 button?

Inspired by Dribbble http://dribbble.com/shots/751397-Button?list=tags&tag=gui. What is a pure css3 button? How do you make a pure css3 button? This script and codes were developed by Haeman on 29 August 2022, Monday.

Pure CSS3 Button Previews

Pure CSS3 Button - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Pure CSS3 Button</title> <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! */ @import url(http://netdna.bootstrapcdn.com/font-awesome/2.0/css/font-awesome.css); body{	background: #ECECEC;	margin:0px ;	color:#333;	}	a.button{	background: #ECECEC;	border-radius: 15px;	padding: 10px 20px;	display: block;	font-family: arial;	font-weight: bold;	color:#7f7f7f;	text-decoration: none;	text-shadow:0px 1px 0px #fff;	border:1px solid #a7a7a7;	width: 145px;	margin:0px auto;	margin-top:100px;	box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);	-webkit-transition:box-shadow 0.5s;	}	a.button i{	float: right;	margin-top: 2px;	}	a.button:hover{	box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);	}	a.button:active{	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);	background:-webkit-linear-gradient(top, #d1d1d1 0%,#ECECEC 100%);	} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <a href="#" class="button">Already Taken? <i class="icon-chevron-right"></i></a> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Pure CSS3 Button - Script Codes CSS Codes

 @import url(http://netdna.bootstrapcdn.com/font-awesome/2.0/css/font-awesome.css); body{	background: #ECECEC;	margin:0px ;	color:#333;	}	a.button{	background: #ECECEC;	border-radius: 15px;	padding: 10px 20px;	display: block;	font-family: arial;	font-weight: bold;	color:#7f7f7f;	text-decoration: none;	text-shadow:0px 1px 0px #fff;	border:1px solid #a7a7a7;	width: 145px;	margin:0px auto;	margin-top:100px;	box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);	-webkit-transition:box-shadow 0.5s;	}	a.button i{	float: right;	margin-top: 2px;	}	a.button:hover{	box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);	}	a.button:active{	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);	background:-webkit-linear-gradient(top, #d1d1d1 0%,#ECECEC 100%);	}
Pure CSS3 Button - Script Codes
Pure CSS3 Button - Script Codes
Home Page Home
Developer Haeman
Username pedox
Uploaded August 29, 2022
Rating 4
Size 2,378 Kb
Views 34,408
Do you need developer help for Pure CSS3 Button?

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!

Haeman (pedox) Script Codes
Create amazing love letters 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!