-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
62 lines (55 loc) · 1 KB
/
styles.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
body{
background-color: #102820;
color: #caba9c;
}
button{
background-color: #eaf1ac;
border-radius: 20px;
border: none;
justify-content: center;
align-items: center;
padding: 10px 20px;
margin-top: 8px;
margin-bottom: 8px;
margin-left: 10px;
margin-right: 10px;
font-weight: 600;
}
button a{
color: #1c3741;
text-decoration: none;
}
img{
border-radius: 20px;
margin-top: 10px;
margin-bottom: 30px;
height: 180px;
weight: 180px;
}
.contact{
background-color: #6e8649;
color: #e4e4e4;
border-radius: 20px;
margin-top: 12px;
margin-bottom: 12px;
}
.contact-info{
font-size: 15px;
padding-top: 15px;
font-weight: 700;
}
.agradecimentos{
padding-bottom: 12px;
font-size: 15px;
font-weight: 700;
}
.cabeçalho{
background-color: #eaf1ac;
color: #121212;
padding-left: 25px;
padding-right: 30px;
font-weight: 600;
font-size: 13px;
align-items: center;
margin-top: 20px;
}