From 29c7fa2e39614825a1584864b9373281b422635b Mon Sep 17 00:00:00 2001 From: Speed Racer Date: Wed, 6 Nov 2024 12:54:43 -0500 Subject: [PATCH] add stlye --- assets/css/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index a1319946..a1b0155c 100755 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -37,7 +37,7 @@ section{ .section-1 { background-image: url('../img/e_j_bw.JPG'); /* Replace with Welcome background */ font-family: 'Cinzel', serif; - font-size: 6vw; + font-size: 3vw; font-weight: bold; color: #1a1a1a; text-shadow: @@ -314,7 +314,6 @@ a.nav-item:hover { } } - /* Content styling */ .content { position: absolute; @@ -326,7 +325,8 @@ a.nav-item:hover { .content-welcome { position: absolute; padding: 100px 0; /* Adjust as needed */ - text-align: center; + text-align: center; + bottom: 22%; z-index: 1; }