CSS Spinner

Developer
Size
2,285 Kb
Views
6,072

How do I make an css spinner?

What is a css spinner? How do you make a css spinner? This script and codes were developed by APinix on 11 January 2023, Wednesday.

CSS Spinner Previews

CSS Spinner - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Spinner</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="wrapper"> <div class="spinner"></div>
</div>
</body>
</html>

CSS Spinner - Script Codes CSS Codes

* { box-sizing: border-box;
}
body, html { height: 100%; padding: 0; margin: 0; text-align: center;
}
.wrapper { height: 100%; width: 100%; position: relative; background: #0DC2F8;
}
.wrapper .spinner { width: 80px; height: 80px; margin: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; animation: rotate 1s linear 0s infinite;
}
.wrapper .spinner:before, .wrapper .spinner:after { content: ""; position: absolute; width: 15px; height: 15px; background: #FFF; border-radius: 100%; left: 0px; top: 0px; bottom: 0; margin: auto;
}
.wrapper .spinner:before { left: auto; right: 0;
}
@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); }
}
@keyframes size { from { width: 70px; height: 70px; } to { width: 30px; height: 30px; }
}
CSS Spinner - Script Codes
CSS Spinner - Script Codes
Home Page Home
Developer APinix
Username aPinix
Uploaded January 11, 2023
Rating 3
Size 2,285 Kb
Views 6,072
Do you need developer help for CSS 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!

APinix (aPinix) Script Codes
Create amazing art & images 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!