diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-10-19 13:34:15 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-10-19 13:34:15 +0530 |
commit | f3bf3c402a8e7b6df0c44256b55c414ef229cf87 (patch) | |
tree | 1de335144f48a37244ea13cff221f94f44c2ee26 /static/css | |
parent | 9c2ad91230d72fe6d661450cc78300ea223ae2bc (diff) |
jp site done and set as default
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/main.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css new file mode 100644 index 0000000..b263761 --- /dev/null +++ b/static/css/main.css @@ -0,0 +1,32 @@ +body { + background-color: #000000; +} + +#jp-body { + position: absolute; + left: 50%; top: 50%; + transform: translate(-50%, -95%); + border: 5px solid #000000; + padding: 10px; +} + + +#jp-body * { + text-align: center; + color: #ffffff; +} + +#jp-body #name { + width: 65%; + color: #ff0000; +} + +#jp-body #send { + background-color: #C0C8CA; + color: #000000; + position: absolute; + top: 100%; + left: 50%; + transform: translate(-50%, 58%); +} + |