Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<pre id="printTo"></pre>
<script>
function Logic(length)
@ellenbrook
ellenbrook / index.html
Created September 2, 2014 16:45
CSS Loading animation (Cross Browser Support)
<div class="container">
<h1>Loading Bar</h1>
<h2>Without text</h2>
<div class="loading-bar"></div>
<h2>With text</h2>
<div class="loading-bar">
<h4 class="text">Loading</h4>
</div>
</div>