Tutorial chapter 1 dialogue placement with rough comic mockups

This commit is contained in:
Victoria Wang 2015-09-18 15:09:06 -07:00
parent 11ab120f77
commit eb8873c381
20 changed files with 47 additions and 40 deletions

View file

@ -1,10 +1,10 @@
<div class="comic" style="height: 500px">
<div class="comic" style="height: 600px; background-image: url(/img/tutorial/ch1pg4.png);">
<div class="dialogue">
Now let's add a line of text below—perhaps "Welcome to my website" or your favorite quote.
</div>
<div class="dialogue">
To make a paragraph, surround your text with the <p> tag. So it should look something like
<p>Hello!</p>
<div class="dialogue" style="left: 300px; top: 0px">
To make a paragraph, surround your text with the [p] tag. So it should look something like
[p]Hello![/p]
</div>
</div>