update
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
<h3 class="mens">Faça seu login</h3>
|
||||
|
||||
<form method="POST" action="login.php">
|
||||
<form method="POST" action="login.html">
|
||||
<div class="campo">
|
||||
<label for="emailid">Email</label>
|
||||
<input type="email" placeholder="Digite seu email" name="email" id="emailid" required>
|
||||
@@ -35,7 +35,7 @@
|
||||
</div>
|
||||
<button type="submit" id="logbtn">Logar</button>
|
||||
</form>
|
||||
<p class="mens">Cadastrar-se</p>
|
||||
<p class="mens"><a href="cadastro.html" id="linkcada">Cadastrar-se</a></p>
|
||||
</div>
|
||||
<!--cabo log-->
|
||||
|
||||
|
||||
@@ -48,11 +48,10 @@ body {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
padding-left: 20px;
|
||||
|
||||
}
|
||||
|
||||
#textotop {
|
||||
padding-left: 20px;
|
||||
font-size: 38px;
|
||||
margin: 0;
|
||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||
@@ -119,4 +118,7 @@ background-color: #A03224;
|
||||
}
|
||||
.mens {
|
||||
align-self: center;
|
||||
}
|
||||
#linkcada{
|
||||
color: #111;
|
||||
}
|
||||
Reference in New Issue
Block a user