3D text-shadow

Developer
Size
1,923 Kb
Views
26,312

How do I make an 3d text-shadow?

Use multiple text-shadows to create 3D text on any HTML element with no extra HTML.All credit to Mark Dotto.. What is a 3d text-shadow? How do you make a 3d text-shadow? This script and codes were developed by Dhanush Badge on 12 November 2022, Saturday.

3D text-shadow Previews

3D text-shadow - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>3D text-shadow</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1>CODEPEN.io</h1> <script src="js/index.js"></script>
</body>
</html>

3D text-shadow - Script Codes CSS Codes

body { background-color:#11a9e2;
}
h1 { margin: 0; text-align:center;
font: bold 100px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #fff;
text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
-webkit-transition: .2s all linear;
}

3D text-shadow - Script Codes JS Codes

/* All credit to Mark Dotto.
Read his blog post here
http://markdotto.com/2011/01/05/3d-text-using-just-css/
Follow him at https://twitter.com/mdo
*/
3D text-shadow - Script Codes
3D text-shadow - Script Codes
Home Page Home
Developer Dhanush Badge
Username dhanushbadge
Uploaded November 12, 2022
Rating 3
Size 1,923 Kb
Views 26,312
Do you need developer help for 3D 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!

Dhanush Badge (dhanushbadge) Script Codes
Create amazing Facebook ads 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!