From 3b794ae87d8f586af87522de43c620c3e7f50ee8 Mon Sep 17 00:00:00 2001 From: Violet Date: Sat, 15 Mar 2025 22:29:55 -0600 Subject: [PATCH] implemented construction page. --- css/base.css | 22 ++++++++++++++++------ css/text.css | 19 +++++++++++++++++-- index.php | 3 ++- 3 files changed, 35 insertions(+), 9 deletions(-) diff --git a/css/base.css b/css/base.css index bfc4b3e..0cc023f 100644 --- a/css/base.css +++ b/css/base.css @@ -7,10 +7,20 @@ body { background-color: black; } -.center-abs { - position: absolute; - left: 50%; - top: 50%; - -webkit-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); +.card { + margin: 20% auto; + width: 60%; + padding-top: 50px; + padding-bottom: 50px; + + border: 1px solid white; + border-radius: 18px; + + text-align: center; +} + +@media (max-width: 980px) { + .card { + margin: 75% auto; + } } diff --git a/css/text.css b/css/text.css index 76a8506..d3688da 100644 --- a/css/text.css +++ b/css/text.css @@ -1,4 +1,19 @@ h1 { - font-size: clamp(4vw, 6vw, 8vw); - color: #00ee00; + font-size: 6vw; + color: white; +} + +p { + font-size: 1vw; + color: white; +} + +@media (max-width: 980px) { + h1 { + font-size: 4vw; + } + + p { + font-size: 2vw; + } } diff --git a/index.php b/index.php index ad8a5a5..419b009 100644 --- a/index.php +++ b/index.php @@ -7,8 +7,9 @@ -
+

Under Construction

+

Come back 5.25.2025