More misc edits to tutorial

This commit is contained in:
Victoria Wang 2016-04-15 15:44:18 -07:00
parent ca6dfce8e6
commit 041c3a08e4
7 changed files with 27 additions and 22 deletions

View file

@ -1,13 +1,12 @@
<div class="comic" style="height: 500px; background-image: url(/img/tutorial/ch1pg3.png); background-size: 483px;">
<div class="dialogue" style="left: 50px; top: 20px;">
Great!
Check out your site at <a href="">victoria.neocities.org</a>.
You did it!
<div class="dialogue" style="left: 50px; top: 30px;">
Great work! Let's move on to writing your first tag.
<!-- Check out your site at <a href="">victoria.neocities.org</a>. -->
</div>
<div class="dialogue" style="left: 300px; top: 20px; width: 250px">
But... hm... it needs a little something more. Let's make your name a heading by putting a Heading Level 1 tag around it.
<div class="dialogue" style="left: 300px; top: 25px; width: 250px">
Let's make your name a heading by putting a <strong>Heading Level 1 tag</strong> around it.
</div>
<div class="dialogue" style="left: 330px; top: 140px; width: 250px">
<div class="dialogue" style="left: 330px; top: 120px; width: 250px">
Change the text to this: <strong><span id="answer"></span></strong>
and click save.
</div>