Hello loader

Size
2,816 Kb
Views
46,552

How do I make an hello loader?

Simple loader looks like 3d thing (:. What is a hello loader? How do you make a hello loader? This script and codes were developed by Sebestyén Dániel on 25 July 2022, Monday.

Hello loader Previews

Hello loader - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Hello loader</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- No canvas, just dom -->
<div id="loader"> <div id="inner"> <b>SD</b> </div> </div>
</body>
</html>

Hello loader - Script Codes CSS Codes

/* Magic called, css preprocessor! */
html, body { min-height: 100%; background: #021210; color: #FFF;
}
#loader { display: block; width: 120px; height: 75px; border-radius: 4px; box-shadow: inset 0 0 0 6px #0c6e62; position: absolute; left: 50%; top: 50%; -webkit-transform: translate3d(-50%, -50%, 0) skew(-30deg); transform: translate3d(-50%, -50%, 0) skew(-30deg); overflow: hidden;
}
#loader:after { display: block; position: absolute; content: ''; width: 15px; height: 100%; top: -50%; left: 50%; background: #ffc033; -webkit-animation: rdot 60s linear infinite; animation: rdot 60s linear infinite; -webkit-transform-origin: bottom center; transform-origin: bottom center;
}
#loader #inner { display: block; position: absolute; left: 5px; top: 5px; box-shadow: 5px; right: 5px; background: #021210; border-radius: 1px; height: 65px; z-index: 100;
}
#loader #inner b { display: block; position: absolute; height: 100%; line-height: 62px; width: 100%; text-align: center; font-size: 40px; letter-spacing: 10px; padding-left: 4px; text-shadow: 0px 0px 0 #BBB,0.25px 0.25px 0 #BBB,0.5px 0.5px 0 #BBB,0.75px 0.75px 0 #BBB,1px 1px 0 #BBB,1.25px 1.25px 0 #BBB,1.5px 1.5px 0 #BBB,1.75px 1.75px 0 #BBB,2px 2px 0 #BBB,2.25px 2.25px 0 #BBB,2.5px 2.5px 0 #BBB,2.75px 2.75px 0 #BBB,3px 3px 0 #BBB,3.25px 3.25px 0 #BBB,3.5px 3.5px 0 #BBB,3.75px 3.75px 0 #BBB;
}
@-webkit-keyframes rdot { 0%,100% { -webkit-transform: translate3d(-50%, 0, 0) rotate(0deg); transform: translate3d(-50%, 0, 0) rotate(0deg); } 50% { -webkit-transform: translate3d(-50%, 0, 0) rotate(3600deg); transform: translate3d(-50%, 0, 0) rotate(3600deg); }
}
@keyframes rdot { 0%,100% { -webkit-transform: translate3d(-50%, 0, 0) rotate(0deg); transform: translate3d(-50%, 0, 0) rotate(0deg); } 50% { -webkit-transform: translate3d(-50%, 0, 0) rotate(3600deg); transform: translate3d(-50%, 0, 0) rotate(3600deg); }
}
Hello loader - Script Codes
Hello loader - Script Codes
Home Page Home
Developer Sebestyén Dániel
Username dannystyle
Uploaded July 25, 2022
Rating 3.5
Size 2,816 Kb
Views 46,552
Do you need developer help for Hello 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!

Sebestyén Dániel (dannystyle) 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!