-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnav-buttons.css
More file actions
70 lines (68 loc) · 1.28 KB
/
nav-buttons.css
File metadata and controls
70 lines (68 loc) · 1.28 KB
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
.button-row {
position: absolute;
display: flex;
left: 46px;
width: 85%;
top: 850px;
justify-content: space-between;
}
button {
position: absolute;
overflow: visible;
display: inline-block;
width: 200px;
height: 200px;
padding: 20px;
border-radius: 50%;
text-align: center;
font-family: 'Poppins', sans-serif;
font-weight: bold;
font-size: 26px;
color: #FFFFFF;
}
button.active {
border-color: white;
border: 10px solid;
}
.missions {
background-color: #768a55;
animation: fadein 1s;
--web-action-type: page;
--web-action-target: missions.html;
cursor: pointer;
}
.impact {
background-color: #be2141;
animation: fadein 1s;
--web-action-type: page;
--web-action-target: impact.html;
cursor: pointer;
}
.updates {
background-color: #514235;
animation: fadein 1s;
--web-action-type: page;
--web-action-target: updates.html;
cursor: pointer;
}
.pray {
background-color: #008994;
animation: fadein 1s;
--web-action-type: page;
--web-action-target: pray1.html;
cursor: pointer;
}
.support {
background-color: #eb951a;
animation: fadein 1s;
--web-action-type: page;
--web-action-target: support.html;
cursor: pointer;
}
.scripture {
background-color: #707070;
animation: fadein 1s;
--web-action-type: page;
--web-action-target: scrip1.html;
cursor: pointer;
}