Pure CSS Spinners

Developer
Size
2,043 Kb
Views
20,240

How do I make an pure css spinners?

A collection of animated CSS spinners, throbbers, and loaders with minimal markup. Each spinner will display as "Loading..." in IE9 and below. Learn more at https://github.com/jlong/css-spinners. What is a pure css spinners? How do you make a pure css spinners? This script and codes were developed by John W. Long on 24 September 2022, Saturday.

Pure CSS Spinners Previews

Pure CSS Spinners - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Pure CSS Spinners</title> <link rel="stylesheet" href="https://rawgithub.com/jlong/css-spinners/master/css/spinners.css" type="text/css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1>CSS Spinners</h1>
<p>A collection of animated CSS spinners, throbbers, and loaders with minimal markup. Each spinner will display as &#8220;Loading&#8230;&#8221; in IE9 and below. Learn more at <a href="https://github.com/jlong/css-spinners">https://github.com/jlong/css-spinners</a></p>
<div class="grid">
<div class="cell"> <div class="card"> <span class="spinner">Loading&#8230;</span> </div>
</div>
<div class="cell"> <div class="card"> <span class="throbber">Loading&#8230;</span> </div>
</div>
<div class="cell"> <div class="card"> <span class="refreshing">Loading&#8230;</span> </div>
</div>
<div class="cell"> <div class="card"> <span class="heartbeat">Loading&#8230;</span> </div>
</div>
<div class="cell"> <div class="card"> <span class="gauge">Loading&#8230;</span> </div>
</div>
<div class="cell"> <div class="card"> <span class="timer">Loading&#8230;</span> </div>
</div>
<div class="cell"> <div class="card"> <span class="three-quarters">Loading&#8230;</span> </div>
</div>
<div class="cell"> <div class="card"> <span class="wobblebar">Loading&#8230;</span> </div>
</div>
<div class="cell"> <div class="card"> <span class="atebits">Loading&#8230;</span> </div>
</div>
<div class="cell"> <div class="card"> <span class="whirly">Loading&#8230;</span> </div>
</div>
<div class="cell"> <div class="card"> <span class="flower">Loading&#8230;</span> </div>
</div>
<div class="cell"> <div class="card"> <span class="dots">Loading&#8230;</span> </div>
</div>
<div class="cell"> <div class="card"> <span class="circles">Loading&#8230;</span> </div>
</div>
<div class="cell"> <div class="card"> <span class="plus">Loading&#8230;</span> </div>
</div>
<div class="cell"> <div class="card"> <span class="ball">Loading&#8230;</span> </div>
</div>
</div>
</body>
</html>

Pure CSS Spinners - Script Codes CSS Codes

body { background: #f3f6f9; font-family: sans-serif; font-weight: 100; font-size: 14px; margin: 0; padding: 20px;
}
h1 { color: #9398c9; font-size: 48px; font-family: sans-serif; font-weight: 900; letter-spacing: -1px; margin: 20px;
}
p { margin: 20px; }
a { color: #9398c9;
}
.grid { overflow: hidden;
}
.cell { float: left; width: 25%; box-sizing: border-box; padding: 20px; display: table;
}
.card { background: white; border: 1px solid #c3c6cf; border-radius: 15px; display: table-cell; text-align: center; vertical-align: middle; height: 200px;
}
Pure CSS Spinners - Script Codes
Pure CSS Spinners - Script Codes
Home Page Home
Developer John W. Long
Username jlong
Uploaded September 24, 2022
Rating 4.5
Size 2,043 Kb
Views 20,240
Do you need developer help for Pure CSS Spinners?

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!

John W. Long (jlong) 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!