-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
50 lines (49 loc) · 822 Bytes
/
index.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
body{
background-color: #3b0819;
}
.geral{
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.button{
display: flex;
flex-direction: column;
align-items: center;
border: none;
border-radius: 50px;
}
.borda{
width: 300px;
height: 300px;
background: #72243d;
color: #FFF;
padding: 20px;
border: 5px solid #CCC;
}
p{
display: flex;
flex-direction: column;
align-items: center;
}
h1{
color: #FFF;
}
.btnGeral{
display: flex;
justify-content: center;
flex-direction: column;
width: 25x;
margin: 20px 70px;
}
.btnPaginas{
background-color:#3b0819;
border-color: #FFF;
color: #FFF;
text-align: center;
border-radius: 10px;
width: 100%;
padding: 20px;
margin: 10px;
}