-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
78 lines (68 loc) · 1.25 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#Home{
height: 800px;
}
body{
background-color: #c3c3c3;
margin-top: 50px;
}
#Cadastro{
font-weight:bold;
color: black;
margin-right: 30px;
}
#menu{
border-bottom: 1px solid lightgray;
border-top: 1px solid lightgray;
margin-bottom: 20px;
text-align: center;
}
#cadastrar{
font-weight:bold;
color: black;
font-size: 15px;
margin-top: 20px;
}
#formulario{
border-bottom: 1px solid lightgray;
border-left: 1px solid lightgray;
border-right: 1px solid lightgray;
border-top: 1px solid lightgray;
width: 500px;
height: 350px;
}
#espacamento{
text-align: center;
margin-top: 50px;
}
#input, #telefone, #cpf, #cep{
width: 200px;
margin-top: 10px;
height: 20px;
}
#select{
width: 210px;
margin-top: 10px;
height: 28px;
}
#Div{
display: flex;
justify-content: center;
align-items: flex-start;
height: 100vh;
}
#botao{
margin-top: 10px;
background-color: gray;
color: white;
width: 150px;
}
table {
border-collapse: collapse;
width: 300px;
}
th, td {
border: 1px solid lightgray;
padding: 8px;
text-align: center;
width: auto;
}