-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcss.css
More file actions
122 lines (108 loc) · 1.98 KB
/
css.css
File metadata and controls
122 lines (108 loc) · 1.98 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
*{
font-family: Arial, Helvetica, sans-serif;
}
body {
background-image: url("imagens/htmlbranco.png");
font-family: Arial, sans-serif;
background-color: #f0f0f0;
align-items: center;
justify-content: center;
font-size: 33px;
color: #333;
text-align: center; /* Alinha o texto ao centro */
min-height: 100vh;
background-attachment: fixed;
background-size: 1500px, cover;
border-radius: 15px;
border: 2px solid rgba(8, 1, 48, 0.5);
padding: 20px;
width: 80%; /* Reduz a largura do corpo para 80% */
margin: auto; /* Centraliza o corpo na página */
}
h1, h2 {
color: #333;
}
form {
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
width: 80%;
margin: auto;
}
input, select {
width: 18%;
padding: 10p;
margin-bottom: 10px;
border-radius: 4px;
margin-top: 4px;
border: 1px solid #ccc;
box-sizing: border-box;
}
#buttonLim {
background-color: #c20d00;
border: solid, black;
color: white;
padding: 4px 16px;
text-align: center;
display: inline-block;
font-size: 18px;
margin: 2px 1px;
cursor: pointer;
border-radius: 5px;
}
input[type="text"],
input[type="email"],
input[type="number"],
[type="file"],
#curso,
#Estado {
padding: 10px;
}
button {
background-color: #00ff2f;
border: solid, black;
color: white;
padding: 4px 16px;
text-align: center;
display: inline-block;
font-size: 18px;
margin: 2px 1px;
cursor: pointer;
border-radius: 5px;
}
#Logadouro {
padding: 10px;
width: 40%;
}
#Numero {
padding: 10px;
width: 5%;
}
#Bairro,
#Cidade {
padding: 10px;
width: 20%;
}
#Complemento,
#CEP {
padding: 10px;
width: 10%;
}
#CEP,
#Complemento,
#Bairro,
#Cidade,
#Numero,
#Logadouro {
color: rgb(0, 0, 65);
}
#nome {
padding: 10px;
width: 30%;
}
#RA {
padding: 10px;
width: 10%;
margin-right: 10px;
}