Skip to content

Instantly share code, notes, and snippets.

@ellenbrook
ellenbrook / names.css
Last active August 29, 2015 14:11 — forked from wrumsby/names.css
/* Base styles */
body {}
p {}
/* .layout-{name} */
.layout-sidebar {}
@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>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<pre id="printTo"></pre>
<script>
function Logic(length)