CSS Drop Shadows with Global Illumination

Developer
Size
2,559 Kb
Views
48,576

How do I make an css drop shadows with global illumination?

Inspired by the article on InVision http://blog.invisionapp.com/how-to-make-the-perfect-diffused-drop-shadow/. What is a css drop shadows with global illumination? How do you make a css drop shadows with global illumination? This script and codes were developed by Luke Watts on 14 August 2022, Sunday.

CSS Drop Shadows with Global Illumination Previews

CSS Drop Shadows with Global Illumination - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Drop Shadows with Global Illumination</title> <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="element"> <p class="text">Some text</p>
</div>
</body>
</html>

CSS Drop Shadows with Global Illumination - Script Codes CSS Codes

*, *::after, *::before { box-sizing: border-box;
}
body { background-color: #ebe0e0;
}
.element { width: 20em; height: 20em; margin: 0 auto; background-color: #bf4040; color: #862d2d;
}
.element::after { height: 18em; width: 18em; display: block; content: " "; position: absolute; top: 2em; left: 50%; margin-left: -9em; z-index: -1; box-shadow: 0 1.1em 1em 0.25em #862d2d;
}
.text { text-align: center; line-height: 20em; text-transform: uppercase; font-weight: bold; text-shadow: 0 1px 0 #cc6666;
}
CSS Drop Shadows with Global Illumination - Script Codes
CSS Drop Shadows with Global Illumination - Script Codes
Home Page Home
Developer Luke Watts
Username lukewatts
Uploaded August 14, 2022
Rating 3
Size 2,559 Kb
Views 48,576
Do you need developer help for CSS Drop Shadows with Global Illumination?

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!

Luke Watts (lukewatts) 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!