Textured text

Size
1,947 Kb
Views
10,120

How do I make an textured text?

Some textured text made with CSS3 background-clip. What is a textured text? How do you make a textured text? This script and codes were developed by Creative Punch on 09 December 2022, Friday.

Textured text Previews

Textured text - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Textured text</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ @import url(https://fonts.googleapis.com/css?family=Roboto+Slab:700);
body { background-color: #30303A;
}
h1 { font-size: 6em; font-family: "Roboto Slab"; font-weight: 700; text-align: center; margin-top: 50px; background: url('https://i.imgur.com/KmjTkgD.jpg'); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <h1>Texture text</h1>
</body>
</html>

Textured text - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:700);
body { background-color: #30303A;
}
h1 { font-size: 6em; font-family: "Roboto Slab"; font-weight: 700; text-align: center; margin-top: 50px; background: url('https://i.imgur.com/KmjTkgD.jpg'); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
Textured text - Script Codes
Textured text - Script Codes
Home Page Home
Developer Creative Punch
Username CreativePunch
Uploaded December 09, 2022
Rating 3
Size 1,947 Kb
Views 10,120
Do you need developer help for Textured 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!

Creative Punch (CreativePunch) 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!