Spinner pure CSS loader radius

Developer
Size
2,236 Kb
Views
6,072

How do I make an spinner pure css loader radius?

What is a spinner pure css loader radius? How do you make a spinner pure css loader radius? This script and codes were developed by Paulo Sérgio on 09 December 2022, Friday.

Spinner pure CSS loader radius Previews

Spinner pure CSS loader radius - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Spinner pure CSS loader radius</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div> <div class="c-wrapper"> <div class="c-left"> <div></div> </div> <div class="c-clip"></div> <div class="c-right"> <div></div> </div> </div>
</div>
</body>
</html>

Spinner pure CSS loader radius - Script Codes CSS Codes

.c-wrapper { position: relative; background: white; width: 110px; height: 110px; border-radius: 50%;
}
.c-left,
.c-right { position: absolute; width: 100px; height: 100px; z-index: 1;
}
.c-right { z-index: 2;
}
.c-left div { width: 100px; height: 100px; border-radius: 50%; border: 5px solid transparent; border-bottom: 5px solid blue; border-left: 5px solid blue; transform: rotate(45deg); animation: c-left-rotate 5000ms infinite linear; z-index: 1;
}
.c-right div { position: absolute; width: 100px; height: 100px; border-radius: 50%; border: 5px solid transparent; border-bottom: 5px solid blue; border-left: 5px solid blue; transform: rotate(45deg); animation: c-right-rotate 5000ms infinite linear; z-index: 3;
}
.c-clip { position: absolute; width: 55px; height: 110px; top: 0px; left: 0px; z-index: 2; background: white;
}
@keyframes c-left-rotate { 0% { transform: rotate(45deg); } 50% { transform: rotate(225deg); z-index: 3; } 100% { transform: rotate(225deg); z-index: 3; }
}
@keyframes c-right-rotate { 0% { transform: rotate(45deg); opacity: 0; } 50% { transform: rotate(225deg); opacity: 0; } 51% { opacity: 1; } 100% { transform: rotate(405deg); opacity: 1; }
}
Spinner pure CSS loader radius - Script Codes
Spinner pure CSS loader radius - Script Codes
Home Page Home
Developer Paulo Sérgio
Username paulo101977
Uploaded December 09, 2022
Rating 3
Size 2,236 Kb
Views 6,072
Do you need developer help for Spinner pure CSS loader radius?

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!

Paulo Sérgio (paulo101977) 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!