UTF-8 Recycle animation

Developer
Size
1,643 Kb
Views
8,096

How do I make an utf-8 recycle animation?

Recycle logo spinning. Css only.. What is a utf-8 recycle animation? How do you make a utf-8 recycle animation? This script and codes were developed by Josep Llodrà on 19 January 2023, Thursday.

UTF-8 Recycle animation Previews

UTF-8 Recycle animation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>UTF-8 Recycle animation</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!-- Use webkit -->
<!-- https://twitter.com/josep_llodra -->
<div>&#9851;</div>
</body>
</html>

UTF-8 Recycle animation - Script Codes CSS Codes

@-webkit-keyframes spin { 0% { opacity: 0.2; text-shadow: 0px 0px 0px white;
} 50% { opacity: 1; -webkit-transform: rotate(180deg); text-shadow: 0px 0px 90px white;
} 100% { opacity: 0.2; -webkit-transform: rotate(360deg); text-shadow: 0px 0px 0px white; }
}
body { background-color: #222; font-size: 190px;
}
div { color: lightgreen; position: absolute; top: 50%; left: 50%; margin-top: -190px; margin-left: -95px; -webkit-animation: spin 6s linear infinite;
}
UTF-8 Recycle animation - Script Codes
UTF-8 Recycle animation - Script Codes
Home Page Home
Developer Josep Llodrà
Username jllodra
Uploaded January 19, 2023
Rating 3
Size 1,643 Kb
Views 8,096
Do you need developer help for UTF-8 Recycle animation?

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!

Josep Llodrà (jllodra) Script Codes
Create amazing marketing copy 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!