-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle-processamento.css
More file actions
86 lines (69 loc) · 1.24 KB
/
style-processamento.css
File metadata and controls
86 lines (69 loc) · 1.24 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
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
body {
font-family: Raleway;
margin: 0;
font-size: 16px;
background-color: #9a313d ;
}
h1 {
text-align: center;
border-bottom: 1 px solid #ddd;
margin: 0;
background: #8F3B45;
margin-bottom: 20px;
color: white;
}
fieldset {
width: 35%;
margin: 20px auto;
background: #722f37;
box-shadow: 5px 5px 5px 5px rgba (0,0,0,0.5);
border-radius: 15px;
padding: 25px;
padding-bottom: 5px;
color:white;
}
select, input, button {
font-family: Raleway;
}
button {
width: 90px;
height: 50px;
font-weight: bold;
font-size: 16px;
margin:auto;
display:block;
color:black;
}
p{
border: 1px solid #ccc;
background: #e7c5ca;
width: 50%;
padding: 20px;
margin: 30px auto;
text-align: center;
}
table{
width: 45%;
border: 1px solid #ccc;
border-collapse: collapse;
margin: auto;
display: block;
background-color: #e7c5ca;
text-align: center;
}
th{
text-align: center;
border: 1px solid #ccc;
width: 450px;
font-weight: bold;
}
td {
text-align:center;
border: 1px solid #ccc;
}
label.alinha {
width: 38%;
display:inline-block;
text-align: right;
}