From ebde75ba83296a53e0431c624aef50f46c1c19b5 Mon Sep 17 00:00:00 2001 From: Dustin Walker Date: Sun, 16 Oct 2022 20:18:53 -0400 Subject: dynamic page icon --- index.html | 4 ++-- style.css | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 867ae57..6e9144c 100644 --- a/index.html +++ b/index.html @@ -10,9 +10,9 @@
-
a +
- Heilich Pennsylfaanisch Reich + Heilich Pennsylfaanisch Reich

Dustin Walker's Webpage

diff --git a/style.css b/style.css index f6d4cdc..566d306 100644 --- a/style.css +++ b/style.css @@ -15,6 +15,8 @@ main { display: block; margin: auto; padding: 20px; + width: 75%; + height: auto; } p, h1, h2, h3, h4 { -- cgit v1.2.3