Skip to content

Instantly share code, notes, and snippets.

View outofink's full-sized avatar

Moshe Krumbein outofink

View GitHub Profile
@outofink
outofink / sine.html
Last active June 4, 2018 14:12
Sine wave loading screen
<head>
<style>
body {
display: flex;
align-items: center;
justify-content: center;
}
canvas {
max-width: 95%;
@outofink
outofink / index.html
Created May 26, 2014 18:59
Text grids
<div class="grid grid-pad">
<div class="col-1-3">
<div class="module">
<h3>About</h3>
</div>
</div>
<div class="col-1-3">
<div class="module">
<h3>Software</h3>
</div>