Pretty css spinner

Developer
Size
1,792 Kb
Views
24,288

How do I make an pretty css spinner?

Pretty and simple css only spinner / loader. What is a pretty css spinner? How do you make a pretty css spinner? This script and codes were developed by Niels Oeltjen on 08 September 2022, Thursday.

Pretty css spinner Previews

Pretty css spinner - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Pretty css spinner</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="loading"></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Pretty css spinner - Script Codes CSS Codes

/* Animation */
@-webkit-keyframes loading { to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes loading {	to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes loading {	to { -ms-transform: rotate(360deg); }
}
@keyframes loading {	to { transform: rotate(360deg); }
}
/* Loader (*/
#loading {	width: 40px;	height: 40px;	border-radius: 50%;	background-image: linear-gradient(bottom, #FFFFFF 50%, #00FFFF 50%);	background-image: -o-linear-gradient(bottom, #FFFFFF 50%, #00FFFF 50%);	background-image: -moz-linear-gradient(bottom, #FFFFFF 50%, #00FFFF 50%);	background-image: -webkit-linear-gradient(bottom, #FFFFFF 50%, #00FFFF 50%);	background-image: -ms-linear-gradient(bottom, #FFFFFF 50%, #00FFFF 50%);	background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0.5, #FFFFFF),	color-stop(0.5, #00FFFF)	);	-webkit-animation: loading 1s infinite linear;	-moz-animation: loading 1s infinite linear;	-ms-animation: loading 1s infinite linear;	animation: loading 1s infinite linear;
}
/* Just page styling */
body{	background: #191919;
}
div {	position: absolute;	top: 50%;	left: 50%;	margin: -20px 0 0 -20px;
}
Pretty css spinner - Script Codes
Pretty css spinner - Script Codes
Home Page Home
Developer Niels Oeltjen
Username NielsOeltjen
Uploaded September 08, 2022
Rating 3
Size 1,792 Kb
Views 24,288
Do you need developer help for Pretty 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!

Niels Oeltjen (NielsOeltjen) 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!