a little prettier FE

This commit is contained in:
leca 2025-04-25 23:36:48 +03:00
parent 622d540430
commit 7ca23a2ff4
2 changed files with 22 additions and 1 deletions

View File

@ -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%;
}

View File

@ -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