CSS only loading spinner

Developer
Size
2,086 Kb
Views
14,168

How do I make an css only loading spinner?

What is a css only loading spinner? How do you make a css only loading spinner? This script and codes were developed by Jelmer on 02 December 2022, Friday.

CSS only loading spinner Previews

CSS only loading spinner - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS only loading spinner</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="loading">Please wait...</div>
</body>
</html>

CSS only loading spinner - Script Codes CSS Codes

html,
body { color: white; height: 100%;
}
body { background: #30aadc; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.loading { text-indent: -9999em; border-radius: 50%; border: 3px dotted white; height: 25px; width: 25px; -webkit-animation: turn 1.5s linear infinite; animation: turn 1.5s linear infinite;
}
@-webkit-keyframes turn { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes turn { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
CSS only loading spinner - Script Codes
CSS only loading spinner - Script Codes
Home Page Home
Developer Jelmer
Username jelmerdemaat
Uploaded December 02, 2022
Rating 3
Size 2,086 Kb
Views 14,168
Do you need developer help for CSS only loading spinner?

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!

Jelmer (jelmerdemaat) 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!