web

A collection of scripts used to generate this website
git clone https://erai.gay/code/web/
Log | Files | Refs | LICENSE

commit f104e867a88c7bd9ebc20531d19a1dc77b19e0a3
parent fd31138ad64224397350db6b828af58ae7c5d525
Author: erai <erai@omiltem.net>
Date:   Sun, 14 Apr 2024 23:23:53 -0400

Title in header

Diffstat:
Mabout/index.html | 10++++++----
Mcss/style.css | 10+++++-----
Mindex.html | 4+++-
3 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/about/index.html b/about/index.html @@ -32,10 +32,12 @@ </header> <main> <article> - <p class="c"> - <img src="./pfp.jpg" class="pfp" alt="erai bunny profile picture"> - </p> - <h2>Links</h2> + <header> + <p class="c"> + <img src="./pfp.jpg" class="pfp" alt="erai bunny profile picture"> + </p> + <h2>Links</h2> + </header> <ul> <li><p><a href="mailto:erai+blog@omiltem.net">email (erai+blog@omiltem.net)</a></p></li> <li><p><a href="https://github.com/erai271">github (erai271)</a></p></li> diff --git a/css/style.css b/css/style.css @@ -20,7 +20,7 @@ header p { footer { border-top: 1pt solid #888888; - margin: 1em; + margin: 1em 0px; padding-top: 1em; } @@ -30,7 +30,7 @@ h1, h2, h3, h4, h5, h6 { } header { - margin: 1em; + margin: 1em 0px; text-align: left; } @@ -38,7 +38,7 @@ header ul.links { display: flex; flex-wrap: wrap; padding: 0; - margin: -.5em 0; + margin: -.5em 0px; } header ul.links>li { @@ -53,7 +53,7 @@ header ul.links>li a { } article { - margin: 1em; + margin: 1em 0px; text-align: left; } @@ -121,7 +121,7 @@ pre .prompt { blockquote { border-left: #d0d0ff 4pt solid; padding: 4pt; - margin: 1em 0; + margin: 1em 0px; } .pfp { diff --git a/index.html b/index.html @@ -27,7 +27,9 @@ </header> <main> <article> - <h1>Home</h1> + <header> + <h1>Home</h1> + </header> <p>Hello, I'm erai and this is my website!</p> </article> </main>