Animated CSS Buttons

Developer
Size
1,962 Kb
Views
20,240

How do I make an animated css buttons?

What is a animated css buttons? How do you make a animated css buttons? This script and codes were developed by Tom Durkin on 14 November 2022, Monday.

Animated CSS Buttons Previews

Animated CSS Buttons - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Animated CSS Buttons</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Lato:300,400,700'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1>Pretty Bouncy CSS Buttons</h1>
<a href="#" class="button blue">Button</a><br/>
<a href="#" class="button green">Button</a><br/>
<a href="#" class="button red">Button</a><br/>
<a href="#" class="button orange">Button</a><br/> <script src="js/index.js"></script>
</body>
</html>

Animated CSS Buttons - Script Codes CSS Codes

body { background: #f1f1f1; text-align: center; font-family: "lato", sans-serif;
}
h1 { text-align: center; font-size: 2em; padding: 40px 0;
}
a.button { display: inline-block; width: auto; padding: 15px 35px; text-decoration: none; color: white; text-transform: uppercase; font-weight: 700; margin: 0 auto 20px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out;
}
.blue { background: #6D9BCA;
}
.red { background: #CA3721;
}
.green { background: #5ED64B;
}
.orange { background: orange;
}
a.button:hover { margin-top: -5px; margin-bottom: 25px;
}

Animated CSS Buttons - Script Codes JS Codes

/* feedback welcomed via Twitter - @tomdurkin */
Animated CSS Buttons - Script Codes
Animated CSS Buttons - Script Codes
Home Page Home
Developer Tom Durkin
Username tomdurkin
Uploaded November 14, 2022
Rating 3
Size 1,962 Kb
Views 20,240
Do you need developer help for Animated CSS 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!

Tom Durkin (tomdurkin) Script Codes
Create amazing web content 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!