Flat Buttons

Developer
Size
1,831 Kb
Views
48,576

How do I make an flat buttons?

What is a flat buttons? How do you make a flat buttons? This script and codes were developed by Vikas Chauhan on 27 August 2022, Saturday.

Flat Buttons Previews

Flat Buttons - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Flat Buttons</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <a href="#" class="demo-pricing demo-pricing-1">View Pricing Options</a>
<a href="#" class="demo-pricing demo-pricing-2">View Pricing Options</a>
<a href="#" class="demo-pricing demo-pricing-3">View Pricing Options</a>
</body>
</html>

Flat Buttons - Script Codes CSS Codes

.demo-pricing {	margin-top: 10px;	margin-right: 10px;	padding: 14px 26px;	font-size: 14px;	line-height: 100%;	text-shadow: 0 1px rgba(0, 0, 0, 0.4);	color: #fff;	display:inline-block;	vertical-align: middle;	text-align: center;	cursor: pointer;	font-weight: bold;	transition: background 0.1s ease-in-out;	-webkit-transition: background 0.1s ease-in-out;	-moz-transition: background 0.1s ease-in-out;	-ms-transition: background 0.1s ease-in-out;	-o-transition: background 0.1s ease-in-out;	text-shadow: 0 1px rgba(0, 0, 0, 0.3);	color: #fff;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
.demo-pricing:active {	padding-top: 15px; margin-bottom: -1px;
}
.demo-pricing, .demo-pricing:hover, .demo-pricing:active {	outline: 0 none;	text-decoration: none;	color: #fff;
}
.demo-pricing-1 {	background-color: #3fb8e8;	box-shadow: 0px 3px 0px 0px #3293ba;
}
.demo-pricing-1:hover {	background-color: #1baae3;
}
.demo-pricing-1:active {	box-shadow: 0px 1px 0px 0px #3293ba;
}
.demo-pricing-2 {	background-color: #f06060;	box-shadow: 0px 3px 0px 0px #cd1313;
}
.demo-pricing-2:hover {	background-color: #ed4444;
}
.demo-pricing-2:active {	box-shadow: 0px 1px 0px 0px #cd1313;
}
.demo-pricing-3 {	background-color: #ff6a80;	box-shadow: 0px 3px 0px 0px #da0020;
}
.demo-pricing-3:hover {	background-color: #ff566f;
}
.demo-pricing-3:active {	box-shadow: 0px 1px 0px 0px #da0020;
}
Flat Buttons - Script Codes
Flat Buttons - Script Codes
Home Page Home
Developer Vikas Chauhan
Username vikasford
Uploaded August 27, 2022
Rating 3
Size 1,831 Kb
Views 48,576
Do you need developer help for Flat 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!

Vikas Chauhan (vikasford) 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!