Simple CSS loader.

Developer
Size
2,574 Kb
Views
46,552

How do I make an simple css loader.?

What is a simple css loader.? How do you make a simple css loader.? This script and codes were developed by Juan Cabrera on 12 August 2022, Friday.

Simple CSS loader. Previews

Simple CSS loader. - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple CSS loader.</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ body { background: #EFEDE9;
}
body .l { width: 100px; height: 100px; background: -webkit-linear-gradient(top, #D75858, #EFEDE9); border-radius: 100px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); clip: rect(0, 100px, 100px, 50px); animation: spin 1.4s infinite linear;
}
body .l:before { content: ' '; width: 80px; height: 80px; background: #EFEDE9; border-radius: 100px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}
@keyframes spin { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); }
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class='l'></div>
</body>
</html>

Simple CSS loader. - Script Codes CSS Codes

body { background: #EFEDE9;
}
body .l { width: 100px; height: 100px; background: -webkit-linear-gradient(top, #D75858, #EFEDE9); border-radius: 100px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); clip: rect(0, 100px, 100px, 50px); animation: spin 1.4s infinite linear;
}
body .l:before { content: ' '; width: 80px; height: 80px; background: #EFEDE9; border-radius: 100px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}
@keyframes spin { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); }
}
Simple CSS loader. - Script Codes
Simple CSS loader. - Script Codes
Home Page Home
Developer Juan Cabrera
Username cabrera
Uploaded August 12, 2022
Rating 3
Size 2,574 Kb
Views 46,552
Do you need developer help for Simple CSS 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!

Juan Cabrera (cabrera) Script Codes
Create amazing web content 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!