update
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
|
||||
<h3 class="mens">Faça seu login</h3>
|
||||
|
||||
|
||||
<form method="POST" action="login.php">
|
||||
<div class="campo">
|
||||
<label for="emailid">Email</label>
|
||||
@@ -40,10 +39,6 @@
|
||||
</div>
|
||||
<!--cabo log-->
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
||||
17
style.css
17
style.css
@@ -7,6 +7,7 @@
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
color: black;
|
||||
margin: 0;
|
||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
|
||||
}
|
||||
@@ -16,17 +17,10 @@ label{
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url(imagens/fundo1.png);
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-attachment: fixed;
|
||||
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding-left: 300px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
@@ -45,7 +39,7 @@ label{
|
||||
}
|
||||
#topo {
|
||||
width: 100%;
|
||||
height: 70px;
|
||||
height: 50px;
|
||||
background-color: #111;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
@@ -59,19 +53,18 @@ label{
|
||||
}
|
||||
|
||||
#textotop {
|
||||
font-size: 48px;
|
||||
font-size: 38px;
|
||||
margin: 0;
|
||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||
}
|
||||
|
||||
#log {
|
||||
margin-top: 70px;
|
||||
width: 350px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 15px;
|
||||
color: white;
|
||||
margin: 0;
|
||||
margin-top: 70px; /* Compensa a barra fixa do topo */
|
||||
}
|
||||
#campo {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user