Tutorial text improvements

This commit is contained in:
Victoria Wang 2015-09-28 17:24:09 -07:00
parent ae94473a3c
commit 6fcc43297b
5 changed files with 18 additions and 19 deletions

View file

@ -1,8 +1,8 @@
<div class="comic" style="height: 600px; background-image: url(/img/tutorial/ch1pg5.png);">
<div class="comic" style="height: 600px; background-image: url(/img/tutorial/ch1pg5.png); margin-top: 3em">
<div class="dialogue">
You're writing HTML! You're doing it! Everything you need to know is just another tag!
</div>
<div class="dialogue" style="top: 0; width: 350px">
<div class="dialogue" style="top: -20px; width: 320px">
<p>For example, links look like this:</p>
<p>[a href="http://neocities.org"]Check out Neocities![/a]</p>