Skip to content

Commit

Permalink
pen size and button updates
Browse files Browse the repository at this point in the history
  • Loading branch information
j-yw committed May 3, 2021
1 parent e6068f3 commit 424d5d1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions draw-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
</head>
<body>
<div class="wrapper">
<canvas width="700px" height="700px"></canvas>
<canvas width="650px" height="650px"></canvas>
<div class="toolbox">
<h3>Size</h3>
<button class="decrease">-</button>
<span class="size">3</span>
<span class="size">2</span>
<button class="increase">+</button>
<button class="magicBtn">Magic</button>
<button class="magicBtn">Get Magic</button>
<button class="clear">Clear</button>
<input type="color" class="color" />
</div>
Expand Down

0 comments on commit 424d5d1

Please sign in to comment.