-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
61 lines (43 loc) · 818 Bytes
/
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
@charset "UTF-8";
body {
background: #182e4b;
font: normal 15pt Arial;
}
header {
color: rgb(255, 255, 255);
text-align: center;
}
section {
background: rgb(255, 255, 255);
border-radius: 1rem;
padding: 1rem;
width: 32rem;
margin: auto;
box-shadow: 0.188rem 0.188rem 0.625rem rgba(0, 0, 0, 0.363);
}
.guia {
width: 9rem;
height: 2rem;
border-radius: 1rem;
border-width: 0.100rem;
text-align: center;
}
.botao {
display: flex;
justify-content: center;
align-items: center;
}
.botao1 {
font-size: 15pt;
height: 4rem;
width: 10rem;
padding: 1rem;
border-radius: 1rem;
border-width: 0.125rem;
background-color: #a8b2be80;
}
footer {
color: white;
text-align: center;
font-style: italic;
}