-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
45 lines (44 loc) · 988 Bytes
/
main.css
File metadata and controls
45 lines (44 loc) · 988 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
main{
background-color: aliceblue;
}
.togglebackground{
background-color:aliceblue;
font-size: 1.5rem;
}
.b-example-divider {
height: 3rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.divider2 {
height: .2rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
#reset{
color:#fff;
background-color: #FF637B;
border-color:#FF637B;
}
#reset:hover{
color:#fff;
background-color: #fd4c67;
border-color:#fd4c67;
}
.verse-btn{
color:#212529;
/* background-color: #FF637B; */
border-color:#FF637B;
}
.verse-btn:hover{
color:#fff;
background-color: #fd4c67;
border-color:#fd4c67;
}
.max-wide{
max-width: 1100px;
}