Skip to content

Commit

Permalink
footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpageechols committed Dec 4, 2024
1 parent 5be889b commit 6a49eb6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,12 @@ body {
.footer {
width: 100%; /* Container width */
max-width: 1400px; /* Maximum width */
margin: 20px auto; /* Center video with spacing */}
margin: 20px auto; /* Center video with spacing */
background-color: #000; /* Explicit black background */
background-image: url('/images/footer_bg_IMG_5178.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
align-items: center; /* Vertical alignment */
justify-content: center; /* Horizontal alignment */
color: #f5f5f5; /* Text color */}

0 comments on commit 6a49eb6

Please sign in to comment.