From 33b38682c11ce8e17d8e028fea275e34dc9614a9 Mon Sep 17 00:00:00 2001 From: jme9 Date: Sat, 30 Nov 2024 17:31:03 -0800 Subject: [PATCH] update --- Notebook.md | 6 +++--- site.html | 4 ++++ style.css | 12 ++++++++---- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/Notebook.md b/Notebook.md index e4cb53e..39d21df 100644 --- a/Notebook.md +++ b/Notebook.md @@ -110,9 +110,9 @@ body { margin: 0; font-family: Arial, sans-serif; background-image: url("../images/Clouds.png"); - background-size: cover; /* Ensure the image covers the entire viewport */ - background-position: left; /* Center the image */ - background-attachment: fixed; /* Make the image fixed during scrolling */ + background-size: cover; + background-position: left; + background-attachment: fixed; } .navbar { diff --git a/site.html b/site.html index 5e77203..e02891b 100644 --- a/site.html +++ b/site.html @@ -18,6 +18,10 @@ +
+ +
+

About Me

diff --git a/style.css b/style.css index 8db09f1..e743d3f 100644 --- a/style.css +++ b/style.css @@ -2,9 +2,9 @@ body { margin: 0; font-family: Arial, sans-serif; background-image: url("../images/Clouds.png"); - background-size: cover; /* Ensure the image covers the entire viewport */ - background-position: left; /* Center the image */ - background-attachment: fixed; /* Make the image fixed during scrolling */ + background-size: cover; + background-position: left; + background-attachment: fixed; } .navbar { @@ -23,7 +23,11 @@ body { text-decoration: none; } -section { +.title-section { + height: 400; +} + +.about-section { padding: 2rem; color: #fff; margin-top: 2rem;