Css3 background-clip

Developer
Size
2,090 Kb
Views
38,456

How do I make an css3 background-clip?

What is a css3 background-clip? How do you make a css3 background-clip? This script and codes were developed by Gabriel on 18 July 2022, Monday.

Css3 background-clip Previews

Css3 background-clip - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>css3 background-clip</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.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(http://fonts.googleapis.com/css?family=Raleway:900);
/* webkit only.
*/
.foo { background: url('http://lorempixel.com/1000/1000/abstract'); color: transparent; -webkit-background-clip: text; background-clip: text; font-family: 'Raleway', sans-serif; font-size: 150px; text-align: center; display: none; /* to fade in with jquery */
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="foo"> LOOK<br>AT<br>ME!
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Css3 background-clip - Script Codes CSS Codes

@import url(http://fonts.googleapis.com/css?family=Raleway:900);
/* webkit only.
*/
.foo { background: url('http://lorempixel.com/1000/1000/abstract'); color: transparent; -webkit-background-clip: text; background-clip: text; font-family: 'Raleway', sans-serif; font-size: 150px; text-align: center; display: none; /* to fade in with jquery */
}

Css3 background-clip - Script Codes JS Codes

$('.foo').fadeIn(1000);
Css3 background-clip - Script Codes
Css3 background-clip - Script Codes
Home Page Home
Developer Gabriel
Username gab
Uploaded July 18, 2022
Rating 3
Size 2,090 Kb
Views 38,456
Do you need developer help for Css3 background-clip?

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!

Gabriel (gab) 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!