From b21affc9a724d8c9d9bcbf05136bcb0128a42292 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 19 Oct 2020 14:17:35 +0530 Subject: Added English site and a redirect page --- static/css/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'static') diff --git a/static/css/main.css b/static/css/main.css index b263761..7b1f20b 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -2,7 +2,7 @@ body { background-color: #000000; } -#jp-body { +#orig-body { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -95%); @@ -11,17 +11,17 @@ body { } -#jp-body * { +#orig-body * { text-align: center; color: #ffffff; } -#jp-body #name { +#orig-body #name { width: 65%; color: #ff0000; } -#jp-body #send { +#orig-body #send { background-color: #C0C8CA; color: #000000; position: absolute; -- cgit v1.2.3