Bar loader with minimal HTML

Size
2,486 Kb
Views
20,240

How do I make an bar loader with minimal html?

Based on the awesome loaders at: http://tobiasahlin.com/spinkit/. What is a bar loader with minimal html? How do you make a bar loader with minimal html? This script and codes were developed by Kristen Zirkler on 16 October 2022, Sunday.

Bar loader with minimal HTML Previews

Bar loader with minimal HTML - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Bar loader with minimal HTML</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="loading"><span></span><em>loading</em></div>
</body>
</html>

Bar loader with minimal HTML - Script Codes CSS Codes

body { background: #8C5B7B;
}
.loading { margin: auto; width: 112px; height: 100px; text-align: center; position: absolute; top: 0; bottom: 0; right: 0; left: 0;
}
.loading em { color: #DDE0CF; font-family: arial; font-style: normal; text-transform: uppercase; font-size: .8em; opacity: .7; text-align: center; display: block;
}
.loading > div, .loading:before, .loading:after, .loading span, .loading span:before, .loading span:after { background-color: #DDE0CF; height: 100px; width: 20px; display: block; position: absolute; bottom: 0; -webkit-animation: stretchdelay 2.2s infinite ease-in-out; animation: stretchdelay 2.2s infinite ease-in-out;
}
.loading:before, .loading:after, .loading span:before, .loading span:after { display: block; content: '';
}
.loading:after { -webkit-animation-delay: -2.0s; animation-delay: -2.0s; left: 23px;
}
.loading span { -webkit-animation-delay: -1.8s; animation-delay: -1.8s; left: 46px;
}
.loading span:before { -webkit-animation-delay: -1.6s; animation-delay: -1.6s; left: 23px;
}
.loading span:after { -webkit-animation-delay: -1.4s; animation-delay: -1.4s; left: 46px;
}
@-webkit-keyframes stretchdelay { 0%, 40%, 100% { height: 33.33333px; } 20% { height: 100px; }
}
@keyframes stretchdelay { 0%, 40%, 100% { height: 33.33333px; } 20% { height: 100px; }
}
Bar loader with minimal HTML - Script Codes
Bar loader with minimal HTML - Script Codes
Home Page Home
Developer Kristen Zirkler
Username kristenzirkler
Uploaded October 16, 2022
Rating 3
Size 2,486 Kb
Views 20,240
Do you need developer help for Bar loader with minimal HTML?

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!

Kristen Zirkler (kristenzirkler) 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!