-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
82 lines (66 loc) · 1.2 KB
/
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
:root {
--cor-hover: #b5f8fa;
}
* {
margin: 0;
padding: 0;
}
.titulo{
position: absolute;
}
.fundo{
width: 100vw;
height: auto;
}
#doacao, #voluntario{
display: flex;
gap: 1vw;
columns: 50vw;
}
.maos, .logo-voluntario{
width: 50vw;
height: auto;
justify-content: center;
}
body{
background-color: #FBF4E8;
}
header{
position: fixed;
width: 100vw;
margin-top: 0;
top: 0;
z-index: 2;
}
footer{
display: flex;
justify-content: end;
}
@media screen and (min-width: 768px) and (max-width: 1540px){
main{
margin: 5px 30px;
}
.logo{
width: 100px;
margin-bottom: 30px;
right: 30px;
}
h1{
color: #5C1362;
font-size: 60px;
font-family: 'Rubik', sans-serif;
margin-left: 15px;
padding-top: 50px;
}
h3, p, li{
color: #352C84;
font-size: 20px;
font-family: "Red Hat Display", sans-serif;;
}
h2{
color: #352c84;
font-size: 40px;
font-family: 'Rubik', sans-serif;;
}
}