a little prettier FE
This commit is contained in:
parent
622d540430
commit
7ca23a2ff4
|
@ -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%;
|
||||||
|
}
|
|
@ -14,7 +14,6 @@ html
|
||||||
div(class="image")
|
div(class="image")
|
||||||
img(id="captcha_image" placeholder="captcha is loading")
|
img(id="captcha_image" placeholder="captcha is loading")
|
||||||
div(class="inputBox")
|
div(class="inputBox")
|
||||||
label(for="captcha") Captcha
|
|
||||||
input(type="text" name="captcha" id="captcha" placeholder="solve a captcha" required=true)
|
input(type="text" name="captcha" id="captcha" placeholder="solve a captcha" required=true)
|
||||||
div
|
div
|
||||||
button(type="submit" name="" style="float: center;") Send
|
button(type="submit" name="" style="float: center;") Send
|
||||||
|
|
Loading…
Reference in New Issue