Skip to content

Commit d13eaa5

Browse files
Update styles.css
1 parent ba3da2a commit d13eaa5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

styles.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ html, body {
2121
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
2222
color: white;
2323
}
24+
/* Centered Content */
25+
.content-container {
26+
display: flex;
27+
flex-direction: column;
28+
align-items: center;
29+
justify-content: center; /* Centers both vertically and horizontally */
30+
height: 80vh; /* Adjusted height to avoid footer overlap */
31+
width: 100%;
32+
text-align: center;
33+
}
2434

2535
.left-aligned {
2636
display: flex;

0 commit comments

Comments
 (0)