我试图将其垂直居中body
(而不是水平)。另外,我不想指定高度或类似的东西。我尝试添加一个高度为 100% 的包装器和其他东西,但一无所获。你能帮我解决这个问题吗?
<form name="signup" class="signup" action="signup.php" style="border: 1px solid #000; ">
<input type="text" placeholder="Email"/><br>
<input type="text" placeholder="Username"/><br>
<input type="password" placeholder="Password"/><br>
<button type="submit">Next</button>
</form>