2
I wanted to move this login form to the center of the page but it won’t. I tried padding
, text-ident
, align
, nothing does these input
if you move, with the exception of the button nothing moves, even though I copied and pasted, it does not change places at all, so I will post the whole code.
Code:
body{ background-color: black;} body{ color: white;}
Firetecofficial-Access page
Login to access your account
<!--Sistema de Login-->
<form>
<table>
<label for="login">Login:
<input type="text" id="login" name="login" placeholder="Codigo do cidadão" size="10"><br />
<label for="Senha">Senha:
<input type="password" name="senha" placeholder="Senha" size="10"><br />
<input style="text-indent: 1100px;" type="submit" name="botao-Acessar" value="Acessar" ><br />
<input type="checkbox" name="manterconectado" value="Manter conectado"/> Manter conectado <br />
<input style="text-indent: 1100px;" type="checkbox" name="termoseservicos" value="Li e Aceito os termos de uso"/> Li e Aceito os termos de uso<br />
</table>
</form>
posts your html code. ps.: align and not Allign
– aa_sp
Yuri edits your question and includes the CSS you are using
– hugocsl