mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 16:51:36 +02:00
Added syntax highlighting to dialog boxes, improved look of green box code samples
This commit is contained in:
parent
07bffc7d25
commit
837efa7094
7 changed files with 42 additions and 26 deletions
|
@ -1,13 +1,12 @@
|
|||
<div class="comic" style="height: 550px; background-image: url(/img/tutorial/ch1pg7.png); background-size: 515px;margin-top:7em">
|
||||
<div class="dialogue" style="left: 0;top:-50px;">
|
||||
<div class="dialogue" style="left: 0;top:-70px;">
|
||||
Now maybe your website needs a list. Here's how an unordered list looks:
|
||||
<div style="text-align: left; font-weight: bold">
|
||||
<ul><br>
|
||||
<li>websites</li>
|
||||
<li>yarn</li>
|
||||
<li>catnip</li><br>
|
||||
</ul>
|
||||
</div>
|
||||
<pre style="text-align:left;"><code class="html"><ul>
|
||||
<li>websites</li>
|
||||
<li>yarn</li>
|
||||
<li>catnip</li>
|
||||
</ul>
|
||||
</code></pre>
|
||||
</div>
|
||||
<div class="dialogue" style="left: 300px; top: -10px;">
|
||||
First, add a list to your page, but replace my favorite activities with your own!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue