Advertisement
Guest User

Untitled

a guest
Nov 30th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <canvas id="canvas"><div class="box" id="box-1-1"></div><div class="box" id="box-2-1"></div><div class="box" id="box-1-2"></div><div class="box" id="box-2-2"></div><div class="box" id="box-1-3"></div><div class="box" id="box-2-3"></div></canvas>
  2. and style:
  3.  
  4. div.box {
  5. background-color: rgb(128, 128, 128);
  6. background-image: url("./img/empty.png");
  7. width: 40px;
  8. height: 40px;
  9. float: left;
  10. margin: 4px;
  11. border-radius: 4px;
  12. border: 1px solid rgb(0, 0, 0);
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement