Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/38.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何使用TCHA?HTML CSS_Css_Center_Recaptcha_Captcha - Fatal编程技术网

如何使用TCHA?HTML CSS

如何使用TCHA?HTML CSS,css,center,recaptcha,captcha,Css,Center,Recaptcha,Captcha,我如何水平居中重放TCHA盒?为什么这么难做? HTML: 只需添加左边的填充物:25%;可以是像素。保证金设置自动; 或文本居中对齐 <form method="post" action="form.php"> <label>Email</label> <input class="input" name="email" type="email" placeholder="email" required>

我如何水平居中重放TCHA盒?为什么这么难做? HTML:


只需添加左边的填充物:25%;可以是像素。保证金设置自动; 或文本居中对齐

<form method="post" action="form.php">          
   <label>Email</label>
   <input class="input" name="email" type="email" placeholder="email" required>                 
   <div class="g-recaptcha" data-sitekey="here is key"></div>               
</form>
.g-recaptcha{
transform:scale(0.2);
-webkit-transform:scale(0.2);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}