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