From a2c78b2c72879753f5de2785d61055a20f247f74 Mon Sep 17 00:00:00 2001 From: Lucas Rufkahr Date: Tue, 24 Feb 2026 08:09:03 -0600 Subject: [PATCH] Added stylesheet include --- about/about.html | 24 ++++++++++++++++++++++++ assets/style.css | 39 +++++++++++++++++++++++++++++++++++++++ index.html | 35 +---------------------------------- notes/circuits.html | 35 +---------------------------------- notes/cpp.html | 42 +----------------------------------------- notes/index.html | 35 +---------------------------------- notes/physics.html | 35 +---------------------------------- 7 files changed, 68 insertions(+), 177 deletions(-) create mode 100644 about/about.html create mode 100644 assets/style.css diff --git a/about/about.html b/about/about.html new file mode 100644 index 0000000..3f0871c --- /dev/null +++ b/about/about.html @@ -0,0 +1,24 @@ + + + + + +
+ Lucas Rufkahr + +
+
+

Welcome to my page.

+ +
+ diff --git a/assets/style.css b/assets/style.css new file mode 100644 index 0000000..661be37 --- /dev/null +++ b/assets/style.css @@ -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; +} diff --git a/index.html b/index.html index c636add..3f0871c 100644 --- a/index.html +++ b/index.html @@ -1,39 +1,6 @@ - +
diff --git a/notes/circuits.html b/notes/circuits.html index 8cf1012..c604c27 100644 --- a/notes/circuits.html +++ b/notes/circuits.html @@ -1,39 +1,6 @@ - +
diff --git a/notes/cpp.html b/notes/cpp.html index 7863ce4..a4d8b02 100644 --- a/notes/cpp.html +++ b/notes/cpp.html @@ -1,46 +1,6 @@ - +
diff --git a/notes/index.html b/notes/index.html index 3af03f8..2b9666d 100644 --- a/notes/index.html +++ b/notes/index.html @@ -1,39 +1,6 @@ - +
diff --git a/notes/physics.html b/notes/physics.html index e7ccb8e..324d4ec 100644 --- a/notes/physics.html +++ b/notes/physics.html @@ -1,39 +1,6 @@ - +