Animated CSS3 gradient button for e-mail

Developer
Size
2,160 Kb
Views
36,432

How do I make an animated css3 gradient button for e-mail?

Adapted from: http://thecodeplayer.com/walkthrough/animating-css3-gradientsClients that support media queries and CSS3 should render this button (not been fully tested).. What is a animated css3 gradient button for e-mail? How do you make a animated css3 gradient button for e-mail? This script and codes were developed by Chris on 21 August 2022, Sunday.

Animated CSS3 gradient button for e-mail Previews

Animated CSS3 gradient button for e-mail - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Animated CSS3 gradient button for e-mail</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!--Adapted from:
http://thecodeplayer.com/walkthrough/animating-css3-gradients-->
<body style="background:#E6E6E6;" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table border="0" align="center" cellpadding="0" cellspacing="0" style="width:100% !important; "> <tr> <td align="center" valign="top"><table width="420" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="300" height="10" colspan="2" align="center" bgcolor="#FFFFFF" style="padding:20px 40px 20px 40px; -webkit-border-radius:0px 0px 0px 0px; border-radius:0px 0px 0px 0px;"><table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td height="50" align="center" valign="middle" bgcolor="#ba1323" class="button-play"><a href="#" target="_blank" class="button" id="namedcolors" style="color:#FFFFFF; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:150%; font-weight:700; text-transform:uppercase; text-shadow: 0 1px 1px #780909; display:block;">Click CTA</a></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="678" colspan="4"><!----></td> </tr> </table></td> </tr> </tbody> </table></td> </tr>
</table>
</body>
</body>
</html>

Animated CSS3 gradient button for e-mail - Script Codes CSS Codes

body {	background: #E6E6E6;
}
.button {	background: linear-gradient( rgba(255,51,51,0.6), rgba(120,9,9,0.6) );	line-height: 50px;	display: block;
}
#namedcolors {	background-color: #FF3333;	-webkit-animation: namedcolors 0.3s infinite alternate;
}
@-webkit-keyframes namedcolors { 100% {
background-color: #780909; }
}
Animated CSS3 gradient button for e-mail - Script Codes
Animated CSS3 gradient button for e-mail - Script Codes
Home Page Home
Developer Chris
Username onlinechris
Uploaded August 21, 2022
Rating 3
Size 2,160 Kb
Views 36,432
Do you need developer help for Animated CSS3 gradient button for e-mail?

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!

Chris (onlinechris) 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!