Skip to content

Instantly share code, notes, and snippets.

@dantenovski
Created November 16, 2017 14:08
Show Gist options
  • Save dantenovski/6bf8acd71e32464595379593d8166f4a to your computer and use it in GitHub Desktop.
Save dantenovski/6bf8acd71e32464595379593d8166f4a to your computer and use it in GitHub Desktop.
let canvas = ()=>( <div>
<div class="vertical-center project-text">
<h2 class="project-text__title">Bounce Circle </h2>
<div class="hero-hr"></div>
<h3 class="project-text__sub fancy-text">Aug 24, 2017</h3>
</div>
<canvas></canvas>
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment