tutorial error checking adjustments, added refined line art images

This commit is contained in:
Victoria Wang 2015-11-19 12:03:07 -08:00
parent b671a19326
commit 2cc969198f
18 changed files with 31 additions and 20 deletions

View file

@ -8,10 +8,10 @@
<div class="dialogue" style="left: 50px; top:630px;">
I'm Penelope, and I'll be your teacher.
</div>
<div class="dialogue" style="left: 330px; top:630px;">
<div class="dialogue" style="left: 500px; top:640px;">
What's your name?
</div>
<div style="position: absolute; left: 460px; top:840px;">
<div style="position: absolute; left: 480px; top:850px;">
<input id="nameInput" type="text" placeholder="First Name" style="position: relative">
<button id="checkButton" class="btn btn-active">Submit</button>
</div>