Gradient Text

Developer
Size
1,613 Kb
Views
24,288

How do I make an gradient text?

Testing out text gradient and Merriweather Sans Google web font. What is a gradient text? How do you make a gradient text? This script and codes were developed by Jeya Karthika on 28 November 2022, Monday.

Gradient Text Previews

Gradient Text - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Gradient Text</title> <script src="//use.edgefonts.net/source-sans-pro.js"></script> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1>Gradient Text!</h1>
</body>
</html>

Gradient Text - Script Codes CSS Codes

h1 { font-family: source-sans-pro, sans-serif; font-weight: 100; font-style: normal; font-size: 92px; text-align: center; background: -webkit-gradient(linear, 0 0, 0 100%, from(#FF3399), to(#FFFF33)); background: -webkit-linear-gradient(#FF3399, #FFFF33); background: -moz-linear-gradient(#FF3399, #FFFF33); background: -o-linear-gradient(#FF3399, #FFFF33); background: linear-gradient(#FF3399, #FFFF33); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
Gradient Text - Script Codes
Gradient Text - Script Codes
Home Page Home
Developer Jeya Karthika
Username jeyakarthika
Uploaded November 28, 2022
Rating 3
Size 1,613 Kb
Views 24,288
Do you need developer help for Gradient Text?

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!

Jeya Karthika (jeyakarthika) Script Codes
Create amazing sales emails 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!