Text with Background Image

Developer
Size
2,084 Kb
Views
38,456

How do I make an text with background image?

Simple text with background image. Using -webkit-background-clip and -webkit-text-fill-color.. What is a text with background image? How do you make a text with background image? This script and codes were developed by Kevin Weber on 20 November 2022, Sunday.

Text with Background Image Previews

Text with Background Image - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Text with Background Image</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1 id="textured-text">
Text with background image.
</h1> <script src="js/index.js"></script>
</body>
</html>

Text with Background Image - Script Codes CSS Codes

#textured-text { -webkit-background-clip: text; -webkit-text-fill-color: rgba(0, 0, 0, 0); background-attachment: scroll; background-clip: text; background-color: rgb(255, 255, 255); background-image: url(http://lorempixel.com/800/400/abstract); background-size: cover; color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 60px; font-weight: 400; line-height: 1em; text-fill-color: rgba(0, 0, 0, 0); text-transform: uppercase;
}

Text with Background Image - Script Codes JS Codes

/* Additional JS is required/recommended for cross-browser compatibility
var prefixes = ['', 'Webkit', 'Moz', 'O', 'ms', 'Khtml'];
// Detect the android native browser
var nua = navigator.userAgent;
var is_android_native = ( nua.indexOf('Mozilla/5.0') > -1 && nua.indexOf('Android ') > -1 && nua.indexOf('AppleWebKit') > -1 && nua.indexOf('Chrome') === -1 );
// Test for e.g. 'background-clip: text;' support.
results['background-clip'] = checkForProperty('backgroundClip') && !is_android_native;
[...]
*/
Text with Background Image - Script Codes
Text with Background Image - Script Codes
Home Page Home
Developer Kevin Weber
Username kevinweber
Uploaded November 20, 2022
Rating 3
Size 2,084 Kb
Views 38,456
Do you need developer help for Text with Background Image?

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!

Kevin Weber (kevinweber) 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!