My personal website. It is free and liberated from social media.

Adjusted margins on h3s, added proper copyright symbol

+2 -3
+1 -2
index.html
··· 160 160 <a href="mailto:demetrius@demsem.dev">email</a>. 161 161 </p> 162 162 </section> 163 - <section>Copyright 2026 Demetrius</section> 164 - <section></section> 163 + <section>&copy 2026 Demetrius</section> 165 164 </footer> 166 165 </body> 167 166 </html>
+1 -1
style.css
··· 8 8 padding: 0 3em; 9 9 } 10 10 11 - :is(header, main) > section:not(:first-child), footer { 11 + :is(header, main) > section:not(:first-child), footer, h3 { 12 12 margin: 4em auto 2em; 13 13 } 14 14