From 12c1afd8947b376cc3ffc23e898984703b7627f0 Mon Sep 17 00:00:00 2001 From: afaaq10 Date: Tue, 29 Oct 2024 10:49:42 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Apply=20link=20disabled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apply.html | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/apply.html b/apply.html index 7a323e4..012a5a0 100644 --- a/apply.html +++ b/apply.html @@ -18,6 +18,18 @@ font: inherit; vertical-align: baseline; } + + .message-container { + display: flex; + align-items: center; + justify-content: center; + height: 40%; + text-align: center; + font-family: Arial, sans-serif; + font-size: 1.3em; + color: #333; + padding: 5px; + }