Simple css3 loader

Developer
Size
1,624 Kb
Views
4,048

How do I make an simple css3 loader?

CSS3 based loader animation. What is a simple css3 loader? How do you make a simple css3 loader? This script and codes were developed by Krishna Babu on 11 January 2023, Wednesday.

Simple css3 loader Previews

Simple css3 loader - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple css3 loader</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="container"> <div id="loader"></div> <b>Loading...</b>
</div>
</body>
</html>

Simple css3 loader - Script Codes CSS Codes

body{background-color:#000;}
#container{width:100%;height:100%;color:#ccc;text-align:center;font-family:arial;line-height:50px;padding-top:100px;}
#loader{height:25px;width:25px;border:5px dotted #fff;margin:0 auto;border-radius:50%;animation: loader 3s infinite linear;-webkit-animation: loader 3s infinite linear;}
@keyframes loader{
0% {-webkit-transform:rotate(0deg);transform:rotate(0deg);}
50% {-webkit-transform:rotate(360deg);transform:rotate(360deg);}
100% {-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes loader{
0% {-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100% {-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@-moz-keyframes loader{
0% {-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100% {-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
Simple css3 loader - Script Codes
Simple css3 loader - Script Codes
Home Page Home
Developer Krishna Babu
Username krishnab
Uploaded January 11, 2023
Rating 3
Size 1,624 Kb
Views 4,048
Do you need developer help for Simple css3 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!

Krishna Babu (krishnab) 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!