Skip to content

Commit

Permalink
add stlye
Browse files Browse the repository at this point in the history
  • Loading branch information
Speed Racer authored and Speed Racer committed Nov 6, 2024
1 parent 51aa2b9 commit 29c7fa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -314,7 +314,6 @@ a.nav-item:hover {
}
}


/* Content styling */
.content {
position: absolute;
Expand All @@ -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;
}

Expand Down

0 comments on commit 29c7fa2

Please sign in to comment.