Earth Animation CSS

Developer
Size
1,852 Kb
Views
12,144

How do I make an earth animation css?

Earth Animation using CSS: background-position animation, shadows, border-radius and others CSS3 features.... What is a earth animation css? How do you make a earth animation css? This script and codes were developed by Manz on 18 January 2023, Wednesday.

Earth Animation CSS Previews

Earth Animation CSS - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Earth Animation CSS</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="box"></div>
</body>
</html>

Earth Animation CSS - Script Codes CSS Codes

body { background:black url(http://fc01.deviantart.net/fs71/f/2012/160/b/9/stars_by_paulinemoss-d52un4e.jpg); -webkit-animation: stars 205s linear alternate; animation: stars 205s linear alternate;
}
#box { background:url(https://cdn.rawgit.com/ManzDev/cursos-assets/gh-pages/css3/earth-2.jpg); background-size:cover; border:2px solid #000; border-radius:50%; width:200px; height:200px; -webkit-animation: movimiento 5s linear 0s infinite; animation: movimiento 5s linear 0s infinite; box-shadow:0 0 25px RGBA(255,255,255, 0.10), -8px -8px 15px #000 inset, 2px 2px 25px #000 inset, -45px -45px 25px RGBA(0,0,0, 0.5) inset, 25px 25px 45px RGBA(0,0,0, 0.45) inset; margin:6em auto; -webkit-transform:rotateX(6deg) rotateY(6deg) rotateZ(6deg); transform:rotateX(6deg) rotateY(6deg) rotateZ(6deg);
}
@-webkit-keyframes movimiento { 0% { background-position:0 0 } 100% { background-position:355px 0 }
}
@keyframes movimiento { 0% { background-position:0 0 } 100% { background-position:355px 0 }
}
@-webkit-keyframes stars { 0% { background-position:0 0 } 100% { background-position:0 100% }
}
@keyframes stars { 0% { background-position:0 0 } 100% { background-position:0 100% }
}
Earth Animation CSS - Script Codes
Earth Animation CSS - Script Codes
Home Page Home
Developer Manz
Username manz
Uploaded January 18, 2023
Rating 3
Size 1,852 Kb
Views 12,144
Do you need developer help for Earth Animation CSS?

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!

Manz (manz) Script Codes
Create amazing captions 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!