-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (43 loc) · 890 Bytes
/
style.css
File metadata and controls
58 lines (43 loc) · 890 Bytes
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
.main{
background-image:url('https://storage.googleapis.com/gweb-uniblog-publish-prod/images/Food_Waste_5.width-1200.format-webp.webp');
height:100%;
width:100%;
background-repeat:no-repeat;
background-size:cover;
}
b{
font-size:70px;
color:#FFDEAD;
}
h2 {
text-align:center;
color:white;
font-size:30px;
}
h3 {
text-align:center;
font-size:25px;
}
h4 {
text-align:center;
}
#donation{
background-color:#F3D1B4;
color:#6C5745;
font-size:40px;
border:3px solid black;
}
#donation:hover{
background-color:#86A8CF;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans- serif;
}
h3:hover{
border:3px solid black;
color:#F0A8A8;
background-color:black;
}
h2:hover{
border:4px solid black;
background-color:white;
color:black;
}