CSS Blend Mode Text Effect

Developer
Size
2,676 Kb
Views
50,600

How do I make an css blend mode text effect?

CSS only text effect using data-attributes, pseudo elements, text-shadow and blend modes.Just playing around with different css properties to create fun text effects :). What is a css blend mode text effect? How do you make a css blend mode text effect? This script and codes were developed by Mandy Michael on 16 December 2022, Friday.

CSS Blend Mode Text Effect Previews

CSS Blend Mode Text Effect - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Blend Mode Text Effect</title> <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="wrapper">	<h1 data-heading="It Blends">It Blends</h1>
</div>
</body>
</html>

CSS Blend Mode Text Effect - Script Codes CSS Codes

html, body { height: 100%;
}
body { background: #fbe6d3; font-family: 'Oswald', sans-serif;
}
h1 { font-size: 20vw; top: 50%; left: 50%; margin: 0; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; font-weight: 900;
}
.wrapper { width: 100%; margin: 0 auto; height: 100%;
}
.wrapper h1 { color: #fbe6d3; text-transform: uppercase; width: 100%; text-align: center; text-shadow: -1px -1px 0 #3e2e6a, 1px -1px 0 #3e2e6a, -1px 1px 0 #3e2e6a, 1px 1px 0 #3e2e6a;
}
.wrapper h1:after { content: attr(data-heading); position: absolute; left: 0; top: 0; z-index: 2; overflow: hidden; color: #f3576c; -webkit-transform: translate(0.4vw, 0.3vh); transform: translate(0.4vw, 0.3vh); mix-blend-mode: darken; text-align: center; width: 100%; text-shadow: 1px 0px 0px #3e2e6a, 0px 1px 0px #130b52, 2px 1px 0px #3e2e6a, 1px 2px 0px #130b52, 3px 2px 0px #3e2e6a, 2px 3px 0px #130b52, 4px 3px 0px #3e2e6a, 3px 4px 0px #130b52, 5px 4px 0px #3e2e6a, 4px 5px 0px #130b52, 6px 5px 0px #3e2e6a, 5px 6px 0px #130b52, 7px 6px 0px #3e2e6a;
}
CSS Blend Mode Text Effect - Script Codes
CSS Blend Mode Text Effect - Script Codes
Home Page Home
Developer Mandy Michael
Username mandymichael
Uploaded December 16, 2022
Rating 4.5
Size 2,676 Kb
Views 50,600
Do you need developer help for CSS Blend Mode Text Effect?

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!

Mandy Michael (mandymichael) Script Codes
Create amazing web content 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!