Skip to content

Instantly share code, notes, and snippets.

View bensteinberg's full-sized avatar

Ben Steinberg bensteinberg

  • Library Innovation Lab, Harvard Law School
  • Cambridge, MA
View GitHub Profile
@bensteinberg
bensteinberg / index.html
Last active August 29, 2015 14:15 — forked from mbostock/.block
Arc piano
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.key {
stroke-width: 1.5px;
transition: fill 250ms linear, stroke 250ms linear;
transition-delay: 150ms;
}