Added stylesheet include

This commit is contained in:
Lucas Rufkahr
2026-02-24 08:09:03 -06:00
parent c8f8d95f23
commit a2c78b2c72
7 changed files with 68 additions and 177 deletions

View File

@@ -1,39 +1,6 @@
<!DOCTYPE html>
<head>
<style>
body {
margin:0;
padding:0;
}
main {
margin:2em;
}
header {
width: 100%;
background-color:black;
padding:1em;
}
header * {
display: inline;
color:white;
}
nav {
display:block
}
nav * {
padding-right: 1em;
}
code, pre {
whitespace: normal;
}
.cblock {
padding-left: 1em;
padding-right: 1em;
display: inline-block;
margin-left: 5em;
background-color:lightgray;
}
</style>
<link rel="stylesheet" href="https://lukerufkahr.com/assets/style.css">
</head>
<body>
<header>