Lunar eclipse

Developer
Size
2,056 Kb
Views
24,288

How do I make an lunar eclipse?

What is a lunar eclipse? How do you make a lunar eclipse? This script and codes were developed by Adem Ilter on 15 November 2022, Tuesday.

Lunar eclipse Previews

Lunar eclipse - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>lunar eclipse</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="world"></div>
</body>
</html>

Lunar eclipse - Script Codes CSS Codes

body { background-color: #222;
}
.world { position: relative; margin: 40px; width: 220px; height: 220px; border-radius: 50%; background: url("https://upload.wikimedia.org/wikipedia/commons/e/e1/FullMoon2010.jpg") no-repeat center/124% 124%; -webkit-animation: eclipse 20s linear infinite; animation: eclipse 20s linear infinite;
}
@-webkit-keyframes eclipse { 0% { box-shadow: inset 200px 200px 50px rgba(0, 0, 0, 0.8); } 50% { box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.8); } 100% { box-shadow: inset -200px -200px 50px rgba(0, 0, 0, 0.8); }
}
@keyframes eclipse { 0% { box-shadow: inset 200px 200px 50px rgba(0, 0, 0, 0.8); } 50% { box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.8); } 100% { box-shadow: inset -200px -200px 50px rgba(0, 0, 0, 0.8); }
}
Lunar eclipse - Script Codes
Lunar eclipse - Script Codes
Home Page Home
Developer Adem Ilter
Username ademilter
Uploaded November 15, 2022
Rating 3
Size 2,056 Kb
Views 24,288
Do you need developer help for Lunar eclipse?

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!

Adem Ilter (ademilter) 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!