Simple hover color slide effect

Developer
Size
1,650 Kb
Views
4,048

How do I make an simple hover color slide effect?

What is a simple hover color slide effect? How do you make a simple hover color slide effect? This script and codes were developed by Elmer Balbin on 22 January 2023, Sunday.

Simple hover color slide effect Previews

Simple hover color slide effect - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple hover color slide effect</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="wrapper"> <a href="#" class="jbtn">SUBSCRIBE</a>
</div>
</body>
</html>

Simple hover color slide effect - Script Codes CSS Codes

body { background-color: #e4f2ff; font-family: Arial, sans-serif; text-align: center; padding-top: 50px;
}
.jbtn { display: inline-block; text-decoration: none; color: #fff; font-size: 20px; padding: 20px 30px; margin: 0 auto; background: #1464a7; /* fallback purposes */ background: linear-gradient(to right, #267fca 50%, #1464a7 50%); background-size: 200% 100%; background-position: bottom right; border-top: 7px solid #267fca; transition: all .5s linear;
}
.jbtn:hover { background-position: left bottom;
}
Simple hover color slide effect - Script Codes
Simple hover color slide effect - Script Codes
Home Page Home
Developer Elmer Balbin
Username elmzarnsi
Uploaded January 22, 2023
Rating 3
Size 1,650 Kb
Views 4,048
Do you need developer help for Simple hover color slide effect?

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!

Elmer Balbin (elmzarnsi) 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!