initial commit, basic ComicBook class structure, image preloading, single page display (no navigation) done.

This commit is contained in:
Bala Clark 2010-07-06 09:38:00 +01:00
commit ab01d45ea1
3 changed files with 98 additions and 0 deletions

4
styles.css Normal file
View file

@ -0,0 +1,4 @@
canvas {
background-color: #ddd;
width: 100%;
}