diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-10-19 14:17:35 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-10-19 14:17:35 +0530 |
commit | b21affc9a724d8c9d9bcbf05136bcb0128a42292 (patch) | |
tree | c37eb1fcb7b76419af0a5c93989a00e0663666c7 /static/css | |
parent | f3bf3c402a8e7b6df0c44256b55c414ef229cf87 (diff) |
Added English site and a redirect page
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/main.css | 8 |
1 files changed, 4 insertions, 4 deletions
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; |