From 7ca23a2ff4a61b3c7e3e0d12a13dc7be6acc1263 Mon Sep 17 00:00:00 2001 From: leca Date: Fri, 25 Apr 2025 23:36:48 +0300 Subject: [PATCH] a little prettier FE --- public/css/index.css | 22 ++++++++++++++++++++++ views/index.pug | 1 - 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/public/css/index.css b/public/css/index.css index e69de29..694fd2b 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -0,0 +1,22 @@ +body { + margin: 0; + padding: 0; + text-align: center; + font-size: medium; +} + +.box { + width: 25%; + + /* height: 40%; */ + margin-top: 15%; + margin-bottom: 15%; + margin-left: auto; + margin-right: auto; + scale: 3; +} + +#captcha { + margin-top: 1%; + margin-bottom: 1%; +} \ No newline at end of file diff --git a/views/index.pug b/views/index.pug index 22e7961..d19ccc6 100644 --- a/views/index.pug +++ b/views/index.pug @@ -14,7 +14,6 @@ html div(class="image") img(id="captcha_image" placeholder="captcha is loading") div(class="inputBox") - label(for="captcha") Captcha input(type="text" name="captcha" id="captcha" placeholder="solve a captcha" required=true) div button(type="submit" name="" style="float: center;") Send