Multi-line CSS text-shadow

Developer
Size
2,104 Kb
Views
40,480

How do I make an multi-line css text-shadow?

When using a large text-shadow blur on multi-line elements, the blur will cast a shadow over the previous lines of text. This method is a proposed fix.. What is a multi-line css text-shadow? How do you make a multi-line css text-shadow? This script and codes were developed by John Heiner on 14 November 2022, Monday.

Multi-line CSS text-shadow Previews

Multi-line CSS text-shadow - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Multi-line CSS text-shadow</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <p class="shadow" data-text="Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo."> Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
</p>
</body>
</html>

Multi-line CSS text-shadow - Script Codes CSS Codes

.shadow { position: relative; text-shadow: 0 0 2em black, 0 0 2em black, 0 0 2em black, 0 0 2em black, 0 0 2em black, 0 0 2em black, 0 0 2em black, 0 0 2em black, 0 0 2em black, 0 0 2em black, 0 0 2em black, 0 0 2em black, 0 0 2em black, 0 0 2em black, 0 0 2em black, 0 0 2em black; color: white; font-size: 3em; z-index: 1; color: black;
}
.shadow:after { content: attr(data-text); color: white; position: absolute; top: 0; left: 0; z-index: 2; /* comment out the next line to see what it used to look like without the fix */ text-shadow: none;
}
Multi-line CSS text-shadow - Script Codes
Multi-line CSS text-shadow - Script Codes
Home Page Home
Developer John Heiner
Username johnheiner
Uploaded November 14, 2022
Rating 3
Size 2,104 Kb
Views 40,480
Do you need developer help for Multi-line CSS text-shadow?

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!

John Heiner (johnheiner) Script Codes
Create amazing blog posts 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!