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

24
about/about.html Normal file
View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="https://lukerufkahr.com/assets/style.css">
</head>
<body>
<header>
<span style="font-size: 36px;">Lucas Rufkahr</span>
<nav>
<a href="https://lukerufkahr.com">Home</a>
<a href="https://lukerufkahr.com/notes/">Notes</a>
<a href="https://lukerufkahr.com/about/">About</a>
<a href="https://lukerufkahr.com/library/">Library</a>
<a href="https://lukerufkahr.com/fun_stuff.html">Fun</a>
</nav>
</header>
<main>
<h1>Welcome to my page.</h1>
<ul>
<li><a href="https://lukerufkahr.com/notes/physics.html">Physics</a></li>
<li><a href="https://lukerufkahr.com/notes/circuits.html">Circuits</a></li>
<li><a href="https://lukerufkahr.com/notes/cpp.html">C++</a></li>
</ul>
</main>
</body>

39
assets/style.css Normal file
View File

@@ -0,0 +1,39 @@
body {
margin:0;
padding:0;
}
main {
margin:0em 20em 0em 20em;
}
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;
}
table,td, th {
text-align:left;
width: 50em;
border: 1px solid black;
border-collapse: collapse;
}

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>

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>

View File

@@ -1,46 +1,6 @@
<!DOCTYPE html>
<head>
<style>
body {
margin:0;
padding:0;
}
main {
margin:0em 20em 0em 20em;
}
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;
}
table,td, th {
text-align:left;
width: 50em;
border: 1px solid black;
border-collapse: collapse;
}
</style>
<link rel="stylesheet" href="https://lukerufkahr.com/assets/style.css">
</head>
<body>
<header>

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>

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>