Make things prettier
This commit is contained in:
parent
7433450f7c
commit
025974647f
@ -11,6 +11,7 @@
|
|||||||
<div class="section">
|
<div class="section">
|
||||||
<h1>ASCII Art</h1>
|
<h1>ASCII Art</h1>
|
||||||
<p>Where known, artists are attributed. Sadly, I don't know the artists for most of these.</p>
|
<p>Where known, artists are attributed. Sadly, I don't know the artists for most of these.</p>
|
||||||
|
<p>You can link to a specific section or piece by appending <code>#name</code> to the URL. So to link someone to the JoJo section, you'd link to <code>desu.ltd/ascii#jojo</code>.</p>
|
||||||
<?php
|
<?php
|
||||||
$dir = new DirectoryIterator(".");
|
$dir = new DirectoryIterator(".");
|
||||||
foreach ($dir as $fileinfo) {
|
foreach ($dir as $fileinfo) {
|
||||||
|
@ -42,6 +42,17 @@ a.button {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
code {
|
||||||
|
background: rgba(0,0,0,0.2);
|
||||||
|
}
|
||||||
|
code:before {
|
||||||
|
content: "[";
|
||||||
|
opacity: 0.25;
|
||||||
|
}
|
||||||
|
code:after {
|
||||||
|
content: "]";
|
||||||
|
opacity: 0.25;
|
||||||
|
}
|
||||||
dl {
|
dl {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user