Guest User

Untitled

a guest
Nov 18th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. let canvas = ()=>( <div>
  2. <div class="vertical-center project-text">
  3. <h2 class="project-text__title">Bounce Circle </h2>
  4. <div class="hero-hr"></div>
  5. <h3 class="project-text__sub fancy-text">Aug 24, 2017</h3>
  6. </div>
  7. <canvas></canvas>
  8. </div>
  9. );
Add Comment
Please, Sign In to add comment