Pure CSS Sci-Fi Loader

Developer
Size
1,679 Kb
Views
56,672

How do I make an pure css sci-fi loader?

What is a pure css sci-fi loader? How do you make a pure css sci-fi loader? This script and codes were developed by Karl Saunders on 20 November 2022, Sunday.

Pure CSS Sci-Fi Loader Previews

Pure CSS Sci-Fi Loader - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Pure CSS Sci-Fi Loader</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container"> <div class="spinner"></div>
</div>
</body>
</html>

Pure CSS Sci-Fi Loader - Script Codes CSS Codes

body { margin: 0;
}
.container { background-color: #111; width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center;
}
.spinner { position: relative; width: 50px; height: 50px; background-color: transparent; border-width: 3px; border-color: #050505; border-style: solid; border-radius: 50%;
}
.spinner::after { position: absolute; left: -3px; top: -3px; width: 100%; height: 100%; background-color: transparent; border-width: 3px; border-color: #f00 transparent transparent; border-style: solid; border-radius: 50%; animation: 500ms linear 0s normal none infinite running spin; content: "";
}
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); }
}
@-webkit-keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); }
}
Pure CSS Sci-Fi Loader - Script Codes
Pure CSS Sci-Fi Loader - Script Codes
Home Page Home
Developer Karl Saunders
Username Mobius1
Uploaded November 20, 2022
Rating 3
Size 1,679 Kb
Views 56,672
Do you need developer help for Pure CSS Sci-Fi Loader?

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!

Karl Saunders (Mobius1) Script Codes
Create amazing love letters 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!