Blend mode of text

Size
2,269 Kb
Views
32,384

How do I make an blend mode of text?

What is a blend mode of text? How do you make a blend mode of text? This script and codes were developed by Susanne Karin Lundblad on 13 September 2022, Tuesday.

Blend mode of text Previews

Blend mode of text - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Blend mode of text</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="jquery.fittext.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="wrap"> <h2>White</h2> <h1>Black</h1>
</div>
</body>
</html>

Blend mode of text - Script Codes CSS Codes

html,
body,
.wrap { position: relatvie; width: 100%; height: 100%; overflow: hidden;
}
html { background: #000;
}
.wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
h1,
h2 { font-family: 'Arial', cursive; text-transform: uppercase;
}
h1 { font-size: 500px; color: #fff;
}
h2 { color: #fff; position: absolute; font-size: 300px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); mix-blend-mode: exclusion;
}
Blend mode of text - Script Codes
Blend mode of text - Script Codes
Home Page Home
Developer Susanne Karin Lundblad
Username SusanneLundblad
Uploaded September 13, 2022
Rating 3.5
Size 2,269 Kb
Views 32,384
Do you need developer help for Blend mode of 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!

Susanne Karin Lundblad (SusanneLundblad) Script Codes
Create amazing art & images 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!