mirror of
https://github.com/neocities/neocities.git
synced 2025-07-22 10:36:07 +02:00
Tutorial chapter 1 dialogue placement with rough comic mockups
This commit is contained in:
parent
11ab120f77
commit
eb8873c381
20 changed files with 47 additions and 40 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue