mirror of
https://github.com/neocities/neocities.git
synced 2025-08-05 09:11:28 +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,9 +1,11 @@
|
|||
<div class="comic" style="height: 530px; background-image: url(/img/tutorial/ch1pg8.png); background-size: 489px; margin-top:1em">
|
||||
<div class="dialogue" style="top: 50px; left: 0; width: 380px">
|
||||
<div class="dialogue" style="top: 25px; left: 0; width: 380px">
|
||||
Now add a link to one of your list items. If nested properly, it should look similar to this:
|
||||
<br>
|
||||
<div class="txt-Left">
|
||||
<strong><li><br> <a href="http://yarn.com">Yarn</a><br></li></strong>
|
||||
<pre style="text-align:left;"><code class="html"><li>
|
||||
<a href="http://yarn.com">Yarn</a>
|
||||
</li></code></pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue