Gradient Button

Developer
Size
1,580 Kb
Views
8,096

How do I make an gradient button?

What is a gradient button? How do you make a gradient button? This script and codes were developed by Angelina on 28 January 2023, Saturday.

Gradient Button Previews

Gradient Button - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Gradient Button</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="box"> Transfer my Currency</div>
</body>
</html>

Gradient Button - Script Codes CSS Codes

.box { margin: 10% 10%; padding:1% 1%; width:15%; color:white; font-family: Verdana; background: linear-gradient(270deg, #82d638, #008cad); background-size: 200% 200%; -webkit-animation: backgroundGradient 5s linear infinite; -moz-animation: backgroundGradient 5s linear infinite; animation: backgroundGradient 5s linear infinite;
}
@-webkit-keyframes backgroundGradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; }
}
@-moz-keyframes backgroundGradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; }
}
@keyframes backgroundGradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; }
}
Gradient Button - Script Codes
Gradient Button - Script Codes
Home Page Home
Developer Angelina
Username Angelina_Lapteva
Uploaded January 28, 2023
Rating 3
Size 1,580 Kb
Views 8,096
Do you need developer help for Gradient 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!

Angelina (Angelina_Lapteva) Script Codes
Create amazing blog posts 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!