Loading

Size
1,859 Kb
Views
28,336

How do I make an loading?

Pure css loading animation.. What is a loading? How do you make a loading? This script and codes were developed by Alejandro Montañez on 13 October 2022, Thursday.

Loading Previews

Loading - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Loading</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1>loading</h1>
<div class='loading'></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Loading - Script Codes CSS Codes

body{ margin: 0; background: #30252E; color: rgb(240,102,0);
}
h1{ width: 100%; position: absolute; top: calc(50% + 42px); left: 0; text-transform: uppercase; text-align: center; letter-spacing: 4px; font: 300 32px/1 'Open sans condensed', sans-serif;
}
.loading{ width: 100px; height: 100px; position: absolute; top: calc(50% - 50px); left: calc(50% - 50px); box-sizing: border-box; border-top: 8px solid rgb(240,82,0); border-right: 8px solid rgba(240,82,0,.3); border-bottom: 8px solid rgba(240,82,0,.3); border-left: 8px solid rgba(240,82,0,.3); border-radius: 100%; -webkit-animation: rotate 1s infinite linear; animation: rotate 1s infinite linear;
}
@-webkit-keyframes rotate{	from {-webkit-transform: rotate(0deg) translate3d(0,0,0);transform: rotate(0deg) translate3d(0,0,0)}	to {-webkit-transform: rotate(359deg) translate3d(0,0,0);transform: rotate(359deg) translate3d(0,0,0)}
}
@keyframes rotate{	from {-webkit-transform: rotate(0deg) translate3d(0,0,0);transform: rotate(0deg) translate3d(0,0,0)}	to {-webkit-transform: rotate(359deg) translate3d(0,0,0);transform: rotate(359deg) translate3d(0,0,0)}
}
Loading - Script Codes
Loading - Script Codes
Home Page Home
Developer Alejandro Montañez
Username codeams
Uploaded October 13, 2022
Rating 3.5
Size 1,859 Kb
Views 28,336
Do you need developer help for Loading?

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!

Alejandro Montañez (codeams) Script Codes
Create amazing SEO 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!