Skip to content

Commit

Permalink
index
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermneher committed Oct 26, 2024
1 parent 1d192f1 commit 9a5529a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
body {
font-family: "Lucida Console", Courier, monospace;
padding: 1em;
}
h1 {
font-family: "Lucida Console", Courier, monospace;
font-style: oblique;
text-align: start;
}

h2 {
font-family: "Lucida Console", Courier, monospace;
font-style: oblique;
text-align: center;
}

footer {
font-family: "Lucida Console", Courier, monospace;
font-style: normal;
text-align: start;
position: relative;
bottom: 0;
width: 100%;
height: 2.5rem;
}

0 comments on commit 9a5529a

Please sign in to comment.