Skip to content

Commit 35db22e

Browse files
committed
Refactor form layout and improve CSS styling for better readability
1 parent b20f5fa commit 35db22e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ <h2>Atenção: Produtor ou negociante regional, faça o seu registro nesta plata
1616
<input type="email" name="email" id="email" required>
1717
<label for="senha">Senha:</label>
1818
<input type="password" name="senha" id="senha" required>
19-
<br><br>
2019
<button type="submit">Cadastrar</button>
2120
</form>
2221
<h3>Após o cadastro, dirija-se a um dos pontos estratégicos de apoio para verificar a sua situação e obtermais detalhes sobre como proceder.</h3>

style.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22
body {
33
background-color: #006400;
44
color: white;
5+
padding: 20px;
6+
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
57
}
68
/* font family like florests and center*/
79
h1 {
810
font-family: 'Floresta', cursive;
911
text-align: center;
12+
font-size: 50px;
1013
}
11-
/* body good spacing */
12-
body {
13-
padding: 20px;
14-
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
15-
}
14+
1615
/* centralize a imagem */
1716
img {
1817
display: block;

0 commit comments

Comments
 (0)