We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3da2a commit d13eaa5Copy full SHA for d13eaa5
styles.css
@@ -21,6 +21,16 @@ html, body {
21
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
22
color: white;
23
}
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
+}
34
35
.left-aligned {
36
display: flex;
0 commit comments