diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-07-07 16:44:48 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-07-07 16:44:48 -0500 |
| commit | b5449eceedbd5d93ea4bd22e604fd972c46eda43 (patch) | |
| tree | 14f55e1f4414c5658fee42104f0d7ca07e8662e9 /writing.html | |
| parent | af0a985afdbec0d526597e3cc90330ebca95d95d (diff) | |
Diffstat (limited to 'writing.html')
| -rw-r--r-- | writing.html | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/writing.html b/writing.html index 83dcf5f..dcb6d52 100644 --- a/writing.html +++ b/writing.html @@ -8,24 +8,22 @@ <link rel="stylesheet" href="prose.css"> <script src="stars.js"></script> <style> - body { - align-items: center; - } - - .content { - width: fit-content; + article { + inset: 0; + margin: auto !important; } </style> </head> <body> - <div class="content"> + <article> <h1>My Writing</h1> <ul> - <li><p><a href="./fib.html">I accidentally derived a formula for the Fibonacci Sequence</a></p></li> - <li><p><a href="./no_ai.html">Taking a Break</a></p></li> - <li><p><a href="./soplt.html">Summer of PLT</a></p></li> - <li><p><a href="./forgejno.html">You Don't Need Forgejo</a></p></li> + <li><a href="./reversible.html">Reversible Programming Blew my Mind (Reversible Part 1)</a></li> + <li><a href="./fib.html">I accidentally derived a formula for the Fibonacci Sequence</a></li> + <li><a href="./no_ai.html">Taking a Break</a></li> + <li><a href="./soplt.html">Summer of PLT</a></li> + <li><a href="./forgejno.html">You Don't Need Forgejo</a></li> </ul> - </div> + </article> </body> </html> |
